Add delete buttons to history page
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user