v0.13 migration
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user