Skip to content

Commit

Permalink
fix downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Aug 28, 2024
1 parent cb798d7 commit cde84f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def upgrade():
def downgrade():
op.add_column(
table_name="bib_themes",
column=sa.Column("id_droit", sa.Integer, nullable=False, server_default=0),
column=sa.Column("id_droit", sa.Integer(), nullable=False, server_default="0"),
schema="taxonomie",
)

0 comments on commit cde84f1

Please sign in to comment.