Skip to content

Commit e2d8018

Browse files
fix
1 parent 961ad38 commit e2d8018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postgres-database/src/simcore_postgres_database/migration/versions/42ec7816c0b4_computational_collection_runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def upgrade():
5353
unique=False,
5454
)
5555
op.add_column(
56-
"comp_runs", sa.Column("collection_run_id", sa.String(), nullable=False)
56+
"comp_runs", sa.Column("collection_run_id", sa.String(), nullable=True)
5757
)
5858
op.create_unique_constraint(
5959
"comp_runs_project_collection_run_id_unique_constraint",

0 commit comments

Comments
 (0)