Add RC_EXTERNAL to comment in tables.sql
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 17 May 2013 14:59:26 +0000 (16:59 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 17 May 2013 14:59:26 +0000 (16:59 +0200)
Change-Id: If3156984e9ff447fec6644681d96c1095b709a99

maintenance/tables.sql

index 07972aa..da2c6df 100644 (file)
@@ -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,