mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
3 lines
81 B
SQL
3 lines
81 B
SQL
ALTER TABLE ONLY organizations
|
|
ADD CONSTRAINT organizations_name UNIQUE (name);
|