Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -1235,7 +1235,7 @@ |
1236 | 1236 | ) /*$wgDBTableOptions*/; |
1237 | 1237 | |
1238 | 1238 | --- A table to track tags for revisions, logs and recent changes. |
1239 | | -REATE TABLE /*_*/change_tag ( |
| 1239 | +CREATE TABLE /*_*/change_tag ( |
1240 | 1240 | ct_rc_id int NULL, |
1241 | 1241 | ct_log_id int NULL, |
1242 | 1242 | ct_rev_id int NULL, |