prepare to merge schema version 6 to master
This commit is contained in:
parent
7fbbd82ae7
commit
b34914c73e
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "moonfire-nvr"
|
||||
version = "0.1.0"
|
||||
version = "0.6.0"
|
||||
authors = ["Scott Lamb <slamb@slamb.org>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue