Update query

This commit is contained in:
Neeraj Gupta
2025-08-12 13:25:39 +05:30
parent e9c41aed1e
commit 21c8af01a2
2 changed files with 2 additions and 4 deletions

View File

@@ -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;

View File

@@ -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';