Created
February 16, 2017 01:18
-
-
Save avelino/eb0f05823a8885de5405710866d2a86d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| revision = '1975ea83b712' | |
| down_revision = None | |
| from alembic import op | |
| import sqlalchemy as sa | |
| def upgrade(): | |
| pass | |
| def downgrade(): | |
| pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment