mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 11:15:41 +02:00
The INSERT ran before the ALTER TABLE migration added the column, causing 'table instance_settings has no column named ublock_enabled' on existing databases. The INSERT OR IGNORE for the default row only needs the original columns; the migration's DEFAULT 1 handles the new column for existing and new rows alike. |
||
|---|---|---|
| .. | ||
| downloader | ||
| archive.rs | ||
| capture.rs | ||
| database.rs | ||
| hash.rs | ||
| lib.rs | ||
| twitter.rs | ||