From: Seb35 Date: Tue, 20 Nov 2018 14:25:09 +0000 (+0100) Subject: SQL syntax error in MS-SQL file X-Git-Tag: 1.34.0-rc.0~3472 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=e1100d2d53baa71d20cc282b6dc0a950b080aaad;p=lhc%2Fweb%2Fwiklou.git SQL syntax error in MS-SQL file Bug: T209870 Change-Id: I91e4f8472832c4bb17eb1d185db1bcbde57a9287 --- diff --git a/maintenance/mssql/tables.sql b/maintenance/mssql/tables.sql index 49115de10a..ec2f1fa601 100644 --- a/maintenance/mssql/tables.sql +++ b/maintenance/mssql/tables.sql @@ -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.