This commit is contained in:
2020-02-07 23:55:40 +00:00
parent bae4b862ab
commit 9c85b6c462
4 changed files with 96 additions and 89 deletions

View File

@@ -177,7 +177,7 @@ namespace AyaNova.Util
//Add user options table
await ExecQueryAsync("CREATE TABLE auseroptions (id BIGSERIAL PRIMARY KEY, " +
"userid bigint not null, timezoneoffset decimal(19,5) not null default 0, emailaddress text, uicolor int not null default 0)");
"userid bigint not null, languageoverride text, timezoneoverride text, currencyname text, hour12 bool not null, emailaddress text, uicolor int not null default 0)");
//Prime the db with the default MANAGER account