From: umherirrender Date: Fri, 17 May 2013 14:59:26 +0000 (+0200) Subject: Add RC_EXTERNAL to comment in tables.sql X-Git-Tag: 1.31.0-rc.0~19644 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=a8fdb5daf85ea28f9cd4eb0596357c5e820c9e16;p=lhc%2Fweb%2Fwiklou.git Add RC_EXTERNAL to comment in tables.sql Change-Id: If3156984e9ff447fec6644681d96c1095b709a99 --- 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,