From 7e685a395d4a6e69d904c03f6e847b18795217a9 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Thu, 26 Apr 2018 14:52:12 -0400 Subject: [PATCH] Fix typo in postgres patch-drop-ar_text.sql Change-Id: I6d479d123848325b8501275ef4b98fc81cd99505 --- maintenance/postgres/archives/patch-drop-ar_text.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/postgres/archives/patch-drop-ar_text.sql b/maintenance/postgres/archives/patch-drop-ar_text.sql index a2e8e416a9..bd0a6b815e 100644 --- a/maintenance/postgres/archives/patch-drop-ar_text.sql +++ b/maintenance/postgres/archives/patch-drop-ar_text.sql @@ -4,5 +4,5 @@ ALTER TABLE archive DROP COLUMN ar_text, DROP COLUMN ar_flags, - ALTER COLUMN ar_text_id SET DEFAULT 0; + ALTER COLUMN ar_text_id SET DEFAULT 0, ALTER COLUMN ar_text_id SET NOT NULL; -- 2.20.1