Merge pull request #2 from sgsunder/Luxray5474-file-last-modifed-time

Add alembic migration script template (template not filled)
This commit is contained in:
L5474 2020-08-26 14:36:42 -04:00 committed by GitHub
commit a622e87c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,22 @@
'''
Add file last modified time
Revision ID: 46c358b0ca93
Created at: 2020-08-26 17:08:17.845827
'''
import sqlalchemy as sa
from alembic import op
revision = '46c358b0ca93'
down_revision = '54de8acc6cef'
branch_labels = None
depends_on = None
def upgrade():
pass
def downgrade():
pass