Add schema update.

This commit is contained in:
AB
2020-12-06 13:37:54 +03:00
parent b2bb016573
commit 83407e93bb
4 changed files with 88 additions and 9 deletions

View File

@ -42,4 +42,4 @@ impl From<io_error> for Error {
fn from(e: io_error) -> Error {
return Error::IOError(e);
}
}
}