From ec714e03ded4051e15c69c734e1fe73cf9374c20 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 24 Jun 2018 08:19:39 -0400 Subject: [PATCH] try again --- contrib/backends/srndv2/src/srnd/postgres.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/backends/srndv2/src/srnd/postgres.go b/contrib/backends/srndv2/src/srnd/postgres.go index f240c13..3d137e9 100644 --- a/contrib/backends/srndv2/src/srnd/postgres.go +++ b/contrib/backends/srndv2/src/srnd/postgres.go @@ -621,7 +621,7 @@ func (self *PostgresDatabase) upgrade7to8() { func (self *PostgresDatabase) upgrade8to9() { cmds := []string { - "ALTER TABLE ArticlePosts ADD COLUMN IF NOT EXISTS frontendpubkey TEXT", + "ALTER TABLE ArticlePosts ADD COLUMN frontendpubkey TEXT", "CREATE TABLE IF NOT EXISTS nntpchan_pubkeys(status VARCHAR(16) NOT NULL, pubkey VARCHAR(64) PRIMARY KEY)", } for _, cmd := range cmds {