Skip to content

Commit

Permalink
[hotfix] merging 2 migration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2016
1 parent fdce2aa commit 4974715
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dashed/migrations/versions/fee7b758c130_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""empty message
Revision ID: fee7b758c130
Revises: ('1d2ddd543133', '763d4b211ec9')
Create Date: 2016-03-26 15:09:43.583114
"""

# revision identifiers, used by Alembic.
revision = 'fee7b758c130'
down_revision = ('1d2ddd543133', '763d4b211ec9')

from alembic import op
import sqlalchemy as sa


def upgrade():
pass


def downgrade():
pass

0 comments on commit 4974715

Please sign in to comment.