Merge "Fix typo in postgres patch-drop-ar_text.sql"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 1 May 2018 19:46:45 +0000 (19:46 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 1 May 2018 19:46:45 +0000 (19:46 +0000)
maintenance/postgres/archives/patch-drop-ar_text.sql

index a2e8e41..bd0a6b8 100644 (file)
@@ -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;