Trees | Indices | Help |
---|
|
1 """add Action.data field 2 3 Revision ID: 294405dfc7c0 4 Revises: 3a415c6392bc 5 Create Date: 2014-01-20 15:43:09.986912 6 7 """ 8 9 # revision identifiers, used by Alembic. 10 revision = "294405dfc7c0" 11 down_revision = "3a415c6392bc" 12 13 from alembic import op 14 import sqlalchemy as sa 15 16 20 21 25
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 22:37:25 2016 | http://epydoc.sourceforge.net |