1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 11:15:41 +02:00
archivr/crates/archivr-core/src
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
..
downloader feat: Extensions settings tab + capture dialog redesign with Advanced options 2026-07-07 17:33:35 +02:00
archive.rs feat: uBlock Origin Lite integration for ad-blocking during WebPage captures 2026-07-07 17:18:55 +02:00
capture.rs feat: Extensions settings tab + capture dialog redesign with Advanced options 2026-07-07 17:33:35 +02:00
database.rs fix: remove ublock_enabled from INSERT OR IGNORE in DDL batch 2026-07-07 19:51:27 +02:00
hash.rs feat(fonts): hash_bytes, get_blob_by_sha256, font_extractor module 2026-06-25 16:02:57 +02:00
lib.rs feat: browser capture button (Track 4) 2026-06-22 22:18:44 +02:00
twitter.rs feat: add db and multi-archive web UI foundation (#8) 2026-06-14 00:27:16 +02:00