Merge branch 'file-last-modifed-time' of https://github.com/Luxray5474/szurubooru into file-last-modifed-time

This commit is contained in:
Luxray5474 2020-08-26 14:46:22 -04:00
commit 8eaac35ad4

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