3 lines
77 B
MySQL
3 lines
77 B
MySQL
|
-- Add down migration script here
|
||
|
ALTER TABLE master_pass
|
||
|
DROP COLUMN locale;
|