From 3943725951febac000b7fa3a03ba9f37e022b38d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 9 Jul 2020 23:36:23 +0000 Subject: [PATCH] --- server/AyaNova/util/AySchema.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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," +