Update db version in initialize_db.sql

This commit is contained in:
oldnapalm
2020-05-17 19:37:20 -03:00
committed by GitHub
parent 0a29eae6fa
commit 8763f7e0aa

View File

@@ -1,6 +1,6 @@
CREATE TABLE version ( version INTEGER );
INSERT INTO version VALUES (1);
INSERT INTO version VALUES (2);
/* column names must match protobuf field names */