We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bb7b0 commit 34279d1Copy full SHA for 34279d1
packages/postgres-database/src/simcore_postgres_database/models/projects.py
@@ -95,12 +95,6 @@ class ProjectType(enum.Enum):
95
server_default=sa.text("'{}'::jsonb"),
96
doc="DEPRECATED: Read/write/delete access rights of each group (gid) on this project",
97
),
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
- # ),
104
sa.Column(
105
"ui",
106
JSONB,
0 commit comments