Logo
Explore
Register Sign In
agent/cc-switch
Watch 2
Star 0
Fork 0
mirror of https://github.com/farion1231/cc-switch.git synced 2026-06-16 13:34:04 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
02669cfbac755f820316de6e96652787314e8009
cc-switch/src-tauri/src/database
T
History
Jason 41c3f845cb refactor: consolidate periodic maintenance timer and add vacuum/rollup
Change periodic timer from hourly backup-only to daily maintenance that
includes backup, incremental auto-vacuum, and usage rollup in a single
pass.
2026-03-08 19:42:18 +08:00
..
dao
feat: add usage daily rollups, incremental auto-vacuum, and sync-aware backup
2026-03-08 19:42:18 +08:00
backup.rs
refactor: consolidate periodic maintenance timer and add vacuum/rollup
2026-03-08 19:42:18 +08:00
migration.rs
revert: restore full config overwrite + Common Config Snippet (revert 992dda5c)
2026-02-27 23:12:34 +08:00
mod.rs
feat: add usage daily rollups, incremental auto-vacuum, and sync-aware backup
2026-03-08 19:42:18 +08:00
schema.rs
feat: add usage daily rollups, incremental auto-vacuum, and sync-aware backup
2026-03-08 19:42:18 +08:00
tests.rs
feat: add usage daily rollups, incremental auto-vacuum, and sync-aware backup
2026-03-08 19:42:18 +08:00