Save repos
This commit is contained in:
parent
d08922e753
commit
357de970ee
10 changed files with 252 additions and 47 deletions
|
|
@ -1,5 +1,3 @@
|
|||
use std::collections::HashMap;
|
||||
|
||||
use super::v1;
|
||||
|
||||
pub const VERSION: u32 = 0;
|
||||
|
|
@ -12,9 +10,6 @@ impl Repo {
|
|||
}
|
||||
|
||||
pub fn migrate(self) -> super::Repo {
|
||||
v1::Repo {
|
||||
notes: HashMap::new(),
|
||||
}
|
||||
.migrate()
|
||||
v1::Repo { notes: vec![] }.migrate()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue