SQL syntax error in MS-SQL file
authorSeb35 <seb35@seb35.fr>
Tue, 20 Nov 2018 14:25:09 +0000 (15:25 +0100)
committerSeb35 <seb35@seb35.fr>
Tue, 20 Nov 2018 14:25:09 +0000 (15:25 +0100)
Bug: T209870
Change-Id: I91e4f8472832c4bb17eb1d185db1bcbde57a9287

maintenance/mssql/tables.sql

index 49115de..ec2f1fa 100644 (file)
@@ -1030,7 +1030,7 @@ CREATE TABLE /*_*/recentchanges (
   -- remove a warning flag on the RC list.
   -- A value of 1 indicates the page has been reviewed manually.
   -- A value of 2 indicates the page has been automatically reviewed.
-  rc_patrolled tinyint NOT NULL CONSTRAINT DF_rc_patrolled DEFAULT 0
+  rc_patrolled tinyint NOT NULL CONSTRAINT DF_rc_patrolled DEFAULT 0,
 
   -- Recorded IP address the edit was made from, if the
   -- $wgPutIPinRC option is enabled.