Skip to content

Commit

Permalink
Update 20241028204107_684a330f9e9f_new_migration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetshar committed Nov 1, 2024
1 parent 43fd519 commit b9d2dbf
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ def upgrade() -> None:
op.add_column(
"conversations",
sa.Column(
"visibility",
sa.Enum("PRIVATE", "PUBLIC", name="visibility"),
nullable=False,
server_default="PRIVATE",
"visibility", sa.Enum("PRIVATE", "PUBLIC", name="visibility"), nullable=True
),
)

Expand Down

0 comments on commit b9d2dbf

Please sign in to comment.