The support for time-limited protection isn't 'future' anymore.
[lhc/web/wiklou.git] / maintenance / tables.sql
index 133b680..af653fb 100644 (file)
@@ -1087,7 +1087,7 @@ CREATE TABLE /*$wgDBprefix*/page_restrictions (
   pr_cascade tinyint(4) NOT NULL,
   -- Field for future support of per-user restriction.
   pr_user int(8) NULL,
-  -- Field for future support of time-limited protection.
+  -- Field for time-limited protection.
   pr_expiry char(14) binary NULL,
 
   PRIMARY KEY (pr_page,pr_type),