Files
ente/server/migrations/104_rs_custom_domain.up.sql
Neeraj Gupta 21c8af01a2 Update query
2025-08-12 13:25:39 +05:30

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