Add delete buttons to history page

This commit is contained in:
2020-10-31 00:23:01 +01:00
parent 24f3d69301
commit 68df64d5f9
10 changed files with 93 additions and 35 deletions

View File

@ -1,6 +1,6 @@
pub mod global {
pub mod schema_version {
pub const K: &str = "SCHEMA_VERSION";
pub type V = (u32, u32, u32);
pub type V = u32;
}
}