late schema change
This commit is contained in:
parent
b8df8a9b93
commit
d90cbc3db1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue