Added support for multiple languages

This commit is contained in:
2024-04-16 16:02:48 +03:00
parent aded63f9d5
commit c5855fced7
52 changed files with 973 additions and 409 deletions

View File

@ -0,0 +1,3 @@
-- Add down migration script here
ALTER TABLE master_pass
DROP COLUMN locale;

View File

@ -0,0 +1,3 @@
-- Add up migration script here
ALTER TABLE master_pass
ADD COLUMN locale SMALLINT UNSIGNED NOT NULL DEFAULT 1;