Trees | Indices | Help |
---|
|
1 """Add index to module_id 2 3 Revision ID: e183e12563ee 4 Revises: 1f94b22f70a1 5 Create Date: 2018-01-07 11:03:29.885276 6 7 """ 8 9 # revision identifiers, used by Alembic. 10 revision = 'e183e12563ee' 11 down_revision = '1f94b22f70a1' 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 | http://epydoc.sourceforge.net |