Merge branch 'file-last-modifed-time' of https://github.com/Luxray5474/szurubooru into file-last-modifed-time
This commit is contained in:
commit
8eaac35ad4
1 changed files with 22 additions and 0 deletions
|
@ -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
|
Reference in a new issue