Trees | Indices | Help |
---|
|
1 """add playgroung column 2 3 Revision ID: 5845661bb37d 4 Revises: 498884ac47db 5 Create Date: 2014-04-04 11:25:36.216132 6 7 """ 8 9 # revision identifiers, used by Alembic. 10 revision = '5845661bb37d' 11 down_revision = '498884ac47db' 12 13 from alembic import op 14 import sqlalchemy as sa 15 16 20 ### end Alembic commands ### 21 22 26 ### end Alembic commands ### 27
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 22:37:26 2016 | http://epydoc.sourceforge.net |