mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
be94af386c
The constraints prevent faulty code from saving 'null' as JSON and breaking the `workspaces_expanded` view.
4 lines
124 B
SQL
4 lines
124 B
SQL
ALTER TABLE workspaces
|
|
DROP CONSTRAINT IF EXISTS group_acl_is_object,
|
|
DROP CONSTRAINT IF EXISTS user_acl_is_object;
|