1

bump database version

This commit is contained in:
Alex Yatskov 2017-10-29 11:46:36 -07:00
parent 222f899892
commit f0e6fa2812

View File

@ -33,7 +33,7 @@ import (
"strings"
)
const databaseFormat = 2
const databaseFormat = 3
type dbRecord []interface{}
type dbRecordList []dbRecord