From 941b89ca6680cc1169a0b1978f45ebd03609e995 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Wed, 6 Sep 2017 16:48:06 +0100 Subject: [PATCH] Missed a constraint --- share/ddl/PostgreSQL/upgrade/5-6/001-auto.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/share/ddl/PostgreSQL/upgrade/5-6/001-auto.sql b/share/ddl/PostgreSQL/upgrade/5-6/001-auto.sql index 4c03e25..7b6d991 100644 --- a/share/ddl/PostgreSQL/upgrade/5-6/001-auto.sql +++ b/share/ddl/PostgreSQL/upgrade/5-6/001-auto.sql @@ -21,6 +21,7 @@ ALTER INDEX transactions_idx_seller_id RENAME TO transactions_temp_idx_seller_id ALTER INDEX session_tokens_idx_user_id RENAME TO session_tokens_temp_idx_user_id; ALTER INDEX feedback_idx_user_id RENAME TO feedback_temp_idx_user_id; +ALTER TABLE session_tokens_temp DROP CONSTRAINT session_tokens_token; ALTER TABLE users_temp DROP CONSTRAINT users_email; CREATE TABLE "customers" (