Trees | Indices | Help |
---|
|
1 """Add proxy column to user table 2 3 Revision ID: 38ea34def9a 4 Revises: 4af9d157c4ea 5 Create Date: 2017-02-06 17:56:10.187111 6 7 """ 8 9 # revision identifiers, used by Alembic. 10 revision = '38ea34def9a' 11 down_revision = '4af9d157c4ea' 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 Wed Aug 2 13:52:13 2017 | http://epydoc.sourceforge.net |