Allow chats to choose a locale
This commit is contained in:
1
migrations/2023-01-25-220630_localization/down.sql
Normal file
1
migrations/2023-01-25-220630_localization/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE chat DROP locale;
|
||||
1
migrations/2023-01-25-220630_localization/up.sql
Normal file
1
migrations/2023-01-25-220630_localization/up.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE chat ADD locale TEXT;
|
||||
Reference in New Issue
Block a user