Files
duplicati/Duplicati/Server/Database/Database schema/5. Extend notification table.sql
T
Kenneth Skovhede 842fd96543 Implemented a new logging system that is more transparent and allows a more granular way of picking log messages.
Added ID's to each log message and each exception to allow later introduction of a Knowledgebase service that explains each error in more detail.
2018-03-15 09:12:34 +01:00

4 lines
191 B
SQL

ALTER TABLE "Notification" ADD COLUMN "LogEntryID" TEXT NULL;
ALTER TABLE "Notification" ADD COLUMN "MessageID" TEXT NULL;
ALTER TABLE "Notification" ADD COLUMN "MessageLogTag" TEXT NULL;