Merge "Revert "Add new recentchanges field rc_source to replace rc_type""
[lhc/web/wiklou.git] / maintenance / postgres / tables.sql
index 7c86354..766fc1f 100644 (file)
@@ -405,7 +405,6 @@ CREATE TABLE recentchanges (
   rc_this_oldid      INTEGER      NOT NULL,
   rc_last_oldid      INTEGER      NOT NULL,
   rc_type            SMALLINT     NOT NULL  DEFAULT 0,
-  rc_source          TEXT         NOT NULL,
   rc_patrolled       SMALLINT     NOT NULL  DEFAULT 0,
   rc_ip              CIDR,
   rc_old_len         INTEGER,