start schema version 7 (#155)

This isn't yet any different than schema version 6.
This commit is contained in:
Scott Lamb
2021-08-31 20:57:16 -07:00
parent 981a91c425
commit 33b3b669df
5 changed files with 521 additions and 7 deletions

View File

@@ -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');