prepare to merge schema version 6 to master

This commit is contained in:
Scott Lamb 2020-12-22 19:53:29 -08:00
parent 7fbbd82ae7
commit b34914c73e
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -1343,7 +1343,7 @@ dependencies = [
[[package]]
name = "moonfire-db"
version = "0.0.1"
version = "0.6.0"
dependencies = [
"base64 0.13.0",
"blake3",
@ -1388,7 +1388,7 @@ dependencies = [
[[package]]
name = "moonfire-nvr"
version = "0.1.0"
version = "0.6.0"
dependencies = [
"base64 0.13.0",
"blake3",

View File

@ -1,6 +1,6 @@
[package]
name = "moonfire-nvr"
version = "0.1.0"
version = "0.6.0"
authors = ["Scott Lamb <slamb@slamb.org>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "moonfire-db"
version = "0.0.1"
version = "0.6.0"
authors = ["Scott Lamb <slamb@slamb.org>"]
readme = "../README.md"
edition = "2018"

View File

@ -241,7 +241,7 @@ Version 5 adds over version 3:
* the ability to recover from a completely full sample file directory (#65)
without manual intervention.
### Version 6 (under development on the `new-schema` branch)
### Version 6
This upgrade affects only the SQLite database.