user tenant_id

This commit is contained in:
2025-10-23 16:58:52 +02:00
parent 0ad79c9bc1
commit fbd3aff6d8
11 changed files with 32 additions and 21 deletions
@@ -0,0 +1,7 @@
CREATE UNIQUE INDEX tenants_storage_root_unique
ON public.tenants (storage_root)
WHERE storage_root IS NOT NULL;
CREATE UNIQUE INDEX tenants_quickwit_index_unique
ON public.tenants (quickwit_index)
WHERE quickwit_index IS NOT NULL;