Write and read language setting from backend

This commit is contained in:
Alf Sebastian Houge
2023-02-26 13:54:55 +01:00
parent efa6aed8eb
commit 14968013dd
5 changed files with 79 additions and 38 deletions

View File

@@ -29,7 +29,7 @@ var migrations = []localMigration{
},
{
Name: "2023_02_26_13_42_AddLanguage",
Query: "ALTER TABLE users ADD COLUMN language text default 'English'",
Query: "ALTER TABLE users ADD COLUMN language text default 'English 🇬🇧'",
},
}