Added support for multiple languages
This commit is contained in:
3
entity/migrations/0002_locales.down.sql
Normal file
3
entity/migrations/0002_locales.down.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- Add down migration script here
|
||||
ALTER TABLE master_pass
|
||||
DROP COLUMN locale;
|
3
entity/migrations/0002_locales.up.sql
Normal file
3
entity/migrations/0002_locales.up.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- Add up migration script here
|
||||
ALTER TABLE master_pass
|
||||
ADD COLUMN locale SMALLINT UNSIGNED NOT NULL DEFAULT 1;
|
Reference in New Issue
Block a user