mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-14 02:31:58 +00:00
Remove last edited date from FileMixin
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
Reference in New Issue
Block a user