late schema change

This commit is contained in:
Ted Unangst 2019-09-16 18:01:56 -04:00
parent b8df8a9b93
commit d90cbc3db1
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ func upgradedb() {
doordie(db, "update config set value = 17 where key = 'dbversion'")
fallthrough
case 17:
doordie(db, "create table forsaken (xid text, noise text)")
doordie(db, "create table forsaken (honkid integer, precis text, noise text)")
doordie(db, "update config set value = 18 where key = 'dbversion'")
fallthrough
case 18: