r46467 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46466‎ | r46467 | r46468 >
Date:19:36, 28 January 2009
Author:ialex
Status:ok (Comments)
Tags:
Comment:
Fix syntax error :)
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tables.sql
@@ -1235,7 +1235,7 @@
12361236 ) /*$wgDBTableOptions*/;
12371237
12381238 --- A table to track tags for revisions, logs and recent changes.
1239 -REATE TABLE /*_*/change_tag (
 1239+CREATE TABLE /*_*/change_tag (
12401240 ct_rc_id int NULL,
12411241 ct_log_id int NULL,
12421242 ct_rev_id int NULL,

Comments

#Comment by Werdna (talk | contribs)   19:42, 28 January 2009

Oopsies. Bad copy/paste when manually merging :)

Status & tagging log