This commit is contained in:
Luciano Milani
2026-07-02 12:47:55 +01:00
commit 5de37bb512
132 changed files with 28495 additions and 0 deletions
@@ -0,0 +1,3 @@
DROP INDEX IF EXISTS idx_invites_tenant_id;
CREATE INDEX IF NOT EXISTS idx_invites_tenant_id ON invites(tenant_id);
ALTER TABLE invites ALTER COLUMN tenant_id SET NOT NULL;