Code cleanup

master
J. David Lee 2019-06-11 06:38:24 +02:00
parent eafa99f092
commit f71758edae
1 changed files with 1 additions and 1 deletions

View File

@ -13,8 +13,8 @@ CREATE TABLE IF NOT EXISTS sources(
APIKey TEXT NOT NULL UNIQUE,
Description TEXT NOT NULL,
LastSeenAt TIMESTAMP NOT NULL,
AlertTimeout BIGINT NOT NULL,
AlertedAt TIMESTAMP NOT NULL,
AlertTimeout BIGINT NOT NULL,
LogAction TEXT NOT NULL,
AlertAction TEXT NOT NULL
);