fix(migrations): Remove deleted_at references from migration 0112/0113
- Migration 0112: tenants table has no deleted_at column, remove filter - Migration 0113: guest_users table has no deleted_at column, remove filter
This commit is contained in:
@@ -67,7 +67,7 @@ DECLARE
|
||||
viewer_role_id UUID;
|
||||
guest_role_id UUID;
|
||||
BEGIN
|
||||
FOR tenant_rec IN SELECT id FROM tenants WHERE deleted_at IS NULL
|
||||
FOR tenant_rec IN SELECT id FROM tenants
|
||||
LOOP
|
||||
-- Create or find admin role for this tenant
|
||||
SELECT id INTO admin_role_id
|
||||
|
||||
Reference in New Issue
Block a user