From: Brad Jorsch Date: Thu, 26 Apr 2018 18:52:12 +0000 (-0400) Subject: Fix typo in postgres patch-drop-ar_text.sql X-Git-Tag: 1.34.0-rc.0~5564^2 X-Git-Url: http://git.cyclocoop.org/%22%24h/%22/ntitle=/%22%24t/%24file?a=commitdiff_plain;h=7e685a395d4a6e69d904c03f6e847b18795217a9;p=lhc%2Fweb%2Fwiklou.git Fix typo in postgres patch-drop-ar_text.sql Change-Id: I6d479d123848325b8501275ef4b98fc81cd99505 --- 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;