Add delete buttons to history page
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
pub mod unversioned;
|
||||
pub mod v1;
|
||||
|
||||
pub const SCHEMA_VERSION: unversioned::global::schema_version::V = 1;
|
||||
pub use self::v1 as latest;
|
||||
|
||||
Reference in New Issue
Block a user