Fix typo in postgres patch-drop-ar_text.sql
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 26 Apr 2018 18:52:12 +0000 (14:52 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 26 Apr 2018 18:52:12 +0000 (14:52 -0400)
Change-Id: I6d479d123848325b8501275ef4b98fc81cd99505

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;