Trees | Indices | Help |
---|
|
1 """add srpm url to build table 2 3 Revision ID: 669ba46bf357 4 Revises: 3d89a66848c5 5 Create Date: 2017-09-04 14:07:47.825225 6 7 """ 8 9 # revision identifiers, used by Alembic. 10 revision = '669ba46bf357' 11 down_revision = '3d89a66848c5' 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 |