Update query
This commit is contained in:
@@ -1,3 +1 @@
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS remote_store_custom_domain_unique_idx
|
||||
ON remote_store (key_value)
|
||||
WHERE key_name = 'custom_domain';
|
||||
DROP INDEX IF EXISTS remote_store_custom_domain_unique_idx;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS remote_store_custom_domain_unique_idx
|
||||
ON remote_store (key_value)
|
||||
WHERE key_name = 'customDomain';
|
||||
WHERE key_name = 'customDomain';
|
||||
|
||||
Reference in New Issue
Block a user