late schema change
Ted Unangst tedu@tedunangst.com
Mon, 16 Sep 2019 18:01:56 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
upgradedb.go
→
upgradedb.go
@@ -189,7 +189,7 @@ doordie(db, "update files set description = name")
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: