1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates
TheGeneralist 28c62ddc5a
fix: remove ublock_enabled from INSERT OR IGNORE in DDL batch
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.
2026-07-07 19:51:27 +02:00
..
archivr-cli feat: add user-configurable cookie rules (#20) 2026-07-06 19:01:34 +02:00
archivr-core fix: remove ublock_enabled from INSERT OR IGNORE in DDL batch 2026-07-07 19:51:27 +02:00
archivr-server feat: Extensions settings tab + capture dialog redesign with Advanced options 2026-07-07 17:33:35 +02:00