mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
3 lines
78 B
SQL
3 lines
78 B
SQL
ALTER TABLE ONLY organizations
|
|
DROP CONSTRAINT IF EXISTS organizations_name;
|