mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +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;
|