all repos — honk @ 2e3e9b28c3dea4ab9da71237ef83c6a63852a0ff

my fork of honk

late schema change
Ted Unangst tedu@tedunangst.com
Mon, 16 Sep 2019 18:01:56 -0400
commit

2e3e9b28c3dea4ab9da71237ef83c6a63852a0ff

parent

f147a779c3f346118c604ab5f0e29c6babb76f23

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M upgradedb.goupgradedb.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: