fix typo in sql

This commit is contained in:
Hongbo Wu 2023-07-05 16:38:31 +08:00
parent d9130879d8
commit 9f7796e2f0

View file

@ -14,7 +14,7 @@ CREATE TABLE omnivore.rss_subscription (
count integer NOT NULL DEFAULT 0,
last_updated timestamptz,
created_at timestamptz NOT NULL DEFAULT current_timestamp,
updated_at timestamptz NOT NULL DEFAULT current_timestamp,
updated_at timestamptz NOT NULL DEFAULT current_timestamp
);
COMMIT;