Skip to content

Commit 4b91286

Browse files
fix column name
1 parent 0b701a7 commit 4b91286

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/876bae5ff8da_move_projects_workbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def upgrade():
4848
input_nodes = subquery.input_nodes::jsonb,
4949
inputs = subquery.inputs::jsonb,
5050
inputs_units = subquery.inputs_units::jsonb,
51-
outpuy_nodes = subquery.output_nodes::jsonb,
51+
output_nodes = subquery.output_nodes::jsonb,
5252
outputs = subquery.outputs::jsonb,
5353
run_hash = subquery.run_hash,
5454
state = subquery.state::jsonb,

0 commit comments

Comments
 (0)