Use UTC for saving times #11

Merged
SoXX merged 4 commits from dev/time-in-utc into main 2024-08-29 13:21:01 +00:00
Showing only changes of commit e5b8457f42 - Show all commits

View File

@ -91,7 +91,7 @@ CREATE TABLE "UserSource"
scrape_time_interval TEXT,
account_username TEXT,
account_id TEXT,
last_scrape_time TIMESTAMP,
last_scrape_time TIMESTAMP WITH TIME ZONE,
account_validate BOOL DEFAULT FALSE,
account_validation_key CHAR(25),
UNIQUE (source_id, account_username, account_id)