* (bug 8255) fix regression in postgres tables.sql
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Dec 2006 10:55:23 +0000 (10:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Dec 2006 10:55:23 +0000 (10:55 +0000)
maintenance/postgres/tables.sql

index ded573b..3c507aa 100644 (file)
@@ -312,7 +312,7 @@ CREATE TABLE recentchanges (
   rc_patrolled       CHAR         NOT NULL  DEFAULT '0',
   rc_ip              CIDR,
   rc_old_len         INTEGER                DEFAULT '0',
-  rc_new_len         INTEGER                DEFAULT '0',
+  rc_new_len         INTEGER                DEFAULT '0'
 );
 CREATE INDEX rc_timestamp       ON recentchanges (rc_timestamp);
 CREATE INDEX rc_namespace_title ON recentchanges (rc_namespace, rc_title);