Trees | Indices | Help |
---|
|
1 """Add is_background column 2 3 Revision ID: 3b1ee8f6baaf 4 Revises: 32fa3f232c34 5 Create Date: 2016-06-13 11:05:00.424325 6 7 """ 8 9 # revision identifiers, used by Alembic. 10 revision = '3b1ee8f6baaf' 11 down_revision = '32fa3f232c34' 12 13 from alembic import op 14 import sqlalchemy as sa 15 16 19 20 23
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 22:37:26 2016 | http://epydoc.sourceforge.net |