Skip to content

Commit 34279d1

Browse files
remove code
1 parent 42bb7b0 commit 34279d1

File tree

1 file changed

+0
-6
lines changed
  • packages/postgres-database/src/simcore_postgres_database/models

1 file changed

+0
-6
lines changed

packages/postgres-database/src/simcore_postgres_database/models/projects.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ class ProjectType(enum.Enum):
9595
server_default=sa.text("'{}'::jsonb"),
9696
doc="DEPRECATED: Read/write/delete access rights of each group (gid) on this project",
9797
),
98-
# sa.Column(
99-
# "workbench",
100-
# sa.JSON,
101-
# nullable=False,
102-
# doc="Pipeline with the project's workflow. Schema in models_library.projects.Workbench",
103-
# ),
10498
sa.Column(
10599
"ui",
106100
JSONB,

0 commit comments

Comments
 (0)