mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add last fetched column to the database
This commit is contained in:
parent
cf101c6d18
commit
f14fc034fe
1 changed files with 2 additions and 0 deletions
|
|
@ -4,4 +4,6 @@
|
|||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE omnivore.subscriptions ADD COLUMN last_fetched_checksum TEXT ;
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue