Add last fetched column to the database

This commit is contained in:
Jackson Harper
2023-10-18 16:28:22 +08:00
parent cf101c6d18
commit f14fc034fe

View File

@ -4,4 +4,6 @@
BEGIN;
ALTER TABLE omnivore.subscriptions ADD COLUMN last_fetched_checksum TEXT ;
COMMIT;