mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix typo in sql
This commit is contained in:
parent
d9130879d8
commit
9f7796e2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue