Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 2, 2024
1 parent d023056 commit 911fbfa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@


def upgrade() -> None:
# Add the auto_scroll column with a default value of True
op.add_column(
"user",
sa.Column("auto_scroll", sa.Boolean(), nullable=True, server_default=None),
)


def downgrade() -> None:
# Remove the auto_scroll column
op.drop_column("user", "auto_scroll")

0 comments on commit 911fbfa

Please sign in to comment.