v0.13 migration

This commit is contained in:
mdecimus
2025-10-21 15:38:53 +02:00
parent 4620a92fd8
commit c5e264574b
20 changed files with 1845 additions and 343 deletions

View File

@@ -87,10 +87,11 @@ Schema history:
1 - v0.12.0
2 - v0.12.4
3 - v0.13.0
4 - v0.14.0
*/
pub const DATABASE_SCHEMA_VERSION: u32 = 3;
pub const DATABASE_SCHEMA_VERSION: u32 = 4;
pub const LONG_1D_SLUMBER: Duration = Duration::from_secs(60 * 60 * 24);
pub const LONG_1Y_SLUMBER: Duration = Duration::from_secs(60 * 60 * 24 * 365);