Push draft of sftp reconcilation details

This commit is contained in:
DaneEveritt
2022-07-24 10:28:42 -04:00
parent 7bd11c1c28
commit 61baccb1a3
5 changed files with 165 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS "activity_logs" (
"server_uuid" varchar NOT NULL,
"metadata" blob,
"ip" varchar,
"timestamp" datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
"timestamp" integer NOT NULL,
PRIMARY KEY (id)
);