user auth register
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- Remove indexes
|
||||
DROP INDEX IF EXISTS idx_customers_password_hash;
|
||||
DROP INDEX IF EXISTS idx_customers_phone_number;
|
||||
|
||||
-- Remove added columns
|
||||
ALTER TABLE customers DROP COLUMN IF EXISTS birth_date;
|
||||
ALTER TABLE customers DROP COLUMN IF EXISTS phone_number;
|
||||
ALTER TABLE customers DROP COLUMN IF EXISTS password_hash;
|
||||
Reference in New Issue
Block a user