diff --git a/server/AyaNova/util/AySchema.cs b/server/AyaNova/util/AySchema.cs index c6ad287b..5d975764 100644 --- a/server/AyaNova/util/AySchema.cs +++ b/server/AyaNova/util/AySchema.cs @@ -237,7 +237,7 @@ namespace AyaNova.Util "backuptime timestamp, backupsetstokeep int, backupattachments bool)"); await ExecQueryAsync("CREATE TABLE aglobalopsnotificationsettings (id integer NOT NULL PRIMARY KEY, active bool not null, " + - "backuptime timestamp, backupsetstokeep int, backupattachments bool)"); + "smtpserveraddress text, smtpaccount text, smtppassword text, connectionsecurity integer not null default 0, smtpserverport integer, notifyfromaddress text)"); //create aevent biz event log table await ExecQueryAsync("CREATE TABLE aevent (id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, created timestamp not null, userid bigint not null," +