mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Database update
This commit is contained in:
parent
8538fc705f
commit
e67dc49976
@ -17,16 +17,13 @@ depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
with op.batch_alter_table('users', schema=None) as batch_op:
|
||||
batch_op.add_column(sa.Column('terms_of_use_accepted', sa.Boolean(), nullable=True))
|
||||
op.execute('UPDATE users SET terms_of_use_accepted = false;')
|
||||
|
||||
# ### end Alembic commands ###
|
||||
|
||||
|
||||
def downgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
with op.batch_alter_table('users', schema=None) as batch_op:
|
||||
batch_op.drop_column('terms_of_use_accepted')
|
||||
|
||||
# ### end Alembic commands ###
|
||||
|
Loading…
Reference in New Issue
Block a user