Inicial
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE invites ALTER COLUMN tenant_id DROP NOT NULL;
|
||||
DROP INDEX IF EXISTS idx_invites_tenant_id;
|
||||
CREATE INDEX IF NOT EXISTS idx_invites_tenant_id ON invites(tenant_id) WHERE tenant_id IS NOT NULL;
|
||||
Reference in New Issue
Block a user