Remove last edited date from FileMixin

This commit is contained in:
Patrick Jentsch
2022-11-24 12:24:29 +01:00
parent 28b1461ef9
commit aff85f2145
15 changed files with 133 additions and 127 deletions

View File

@@ -21,6 +21,7 @@ def upgrade():
def downgrade():
op.add_column('users',
op.add_column(
'users',
sa.Column('setting_dark_mode', sa.Boolean(), nullable=True)
)