Commit Graph

16 Commits

Author SHA1 Message Date
FrederikBaerentsen 256108bbdb feat(sql): WAL and index optimization 2025-10-02 14:53:58 +02:00
gregoo 7d16e491c8 Rename checkboxes (too generic) to status (and some bug fixes) 2025-01-31 20:57:06 +01:00
gregoo 2e36db4d3d Allow more advanced migration action through a companion python file 2025-01-31 20:57:06 +01:00
gregoo eaa14d2341 Remove unused SQL initialize function 2025-01-24 10:37:03 +01:00
gregoo 9029f6d423 SQLite debug messages 2025-01-24 10:23:29 +01:00
gregoo e2bcd61ace Take a more generic approach at counting all the tables in the database file 2025-01-24 10:03:53 +01:00
gregoo 5ea9240f34 Make the admin database counters failsafe 2025-01-23 08:59:40 +01:00
gregoo 71af15b16d Add missing whislist database counter in the admin 2025-01-23 08:39:14 +01:00
gregoo c977217f48 Fix functions definition with stricter positional or keyword restrictions 2025-01-22 16:36:35 +01:00
gregoo b475bfe8d4 Rework upgrade needed and check upgrade too far as an error for the database 2025-01-22 11:50:31 +01:00
gregoo 14bc9cef26 Use constats for SQL g. variables to avoid any typo 2025-01-21 11:27:27 +01:00
gregoo 5e99371b39 Incremental forward upgrades of the database 2025-01-20 17:43:15 +01:00
gregoo c6e5a6a2d9 Change the way the database counters are displayed to easiliy accomodate for more tables 2025-01-20 16:36:31 +01:00
gregoo e232e2ab7f Don't store complex objects in Flash config that could mask existing config items, rather store the values and handle the actual list of conf differently 2025-01-20 15:20:07 +01:00
gregoo db9dbfae54 De-verbosify some SQLite debug 2025-01-17 15:34:49 +01:00
gregoo 6477be00b6 Massive rewrite 2025-01-17 11:03:00 +01:00