init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Remove indexes for email and phone_number columns
|
||||
DROP INDEX IF EXISTS idx_organizations_email;
|
||||
DROP INDEX IF EXISTS idx_organizations_phone_number;
|
||||
|
||||
-- Remove email and phone_number columns from organizations table
|
||||
ALTER TABLE organizations DROP COLUMN IF EXISTS email;
|
||||
ALTER TABLE organizations DROP COLUMN IF EXISTS phone_number;
|
||||
Reference in New Issue
Block a user