4 lines
141 B
SQL
4 lines
141 B
SQL
CREATE UNIQUE INDEX IF NOT EXISTS remote_store_custom_domain_unique_idx
|
|
ON remote_store (key_value)
|
|
WHERE key_name = 'customDomain';
|