From a8fdb5daf85ea28f9cd4eb0596357c5e820c9e16 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 17 May 2013 16:59:26 +0200 Subject: [PATCH] Add RC_EXTERNAL to comment in tables.sql Change-Id: If3156984e9ff447fec6644681d96c1095b709a99 --- maintenance/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 07972aafcf..da2c6df04e 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -1052,7 +1052,7 @@ CREATE TABLE /*_*/recentchanges ( -- rev_id of the prior revision, for generating diff links. rc_last_oldid int unsigned NOT NULL default 0, - -- The type of change entry (RC_EDIT,RC_NEW,RC_LOG) + -- The type of change entry (RC_EDIT,RC_NEW,RC_LOG,RC_EXTERNAL) rc_type tinyint unsigned NOT NULL default 0, -- If the Recent Changes Patrol option is enabled, -- 2.20.1