mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 03:05:32 +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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||