Index: branches/robchurch/pr_timestamp/maintenance/archives/patch-pr_timestamp.sql |
— | — | @@ -1,4 +1,4 @@ |
| 2 | +-- Add page_restrictions.pr_timestamp column |
2 | 3 | -- (Rob Church, June 2007) |
3 | 4 | ALTER TABLE /*wgDBprefix*/page_restrictions |
4 | 5 | ADD `pr_timestamp` CHAR(14) BINARY NULL AFTER `pr_user`; |
\ No newline at end of file |