mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-27 20:58:56 -05:00
start schema version 7 (#155)
This isn't yet any different than schema version 6.
This commit is contained in:
@@ -498,4 +498,4 @@ create table signal_change (
|
||||
);
|
||||
|
||||
insert into version (id, unix_time, notes)
|
||||
values (6, cast(strftime('%s', 'now') as int), 'db creation');
|
||||
values (7, cast(strftime('%s', 'now') as int), 'db creation');
|
||||
|
||||
Reference in New Issue
Block a user