r56762 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r56761
|
r56762
|
r56763
>
Date:
16:24, 22 September 2009
Author:
thomasv
Status:
ok
Tags:
Comment:
wgDBTableOptions
Modified paths:
/trunk/extensions/ProofreadPage/ProofreadPage.sql
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ProofreadPage/ProofreadPage.sql
—
—
@@ -12,4 +12,4 @@
13
13
pr_q3 integer NOT NULL default '0',
14
14
pr_q4 integer NOT NULL default '0',
15
15
PRIMARY KEY (pr_page_id)
16
-) ;
16
+) /*$wgDBTableOptions*/;
Follow-up revisions
Revision
Commit summary
Author
Date
r56763
Bring ProofreadPage up to date with trunk
r56762
-- ThomasV has fixed the SQL...
brion
16:33, 22 September 2009
Status & tagging log
01:08, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r56762
[
removed:
wmf-deployment]
17:48, 24 September 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r56762
[
added:
wmf-deployment]
16:27, 22 September 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r56762
[
removed:
new
added:
ok]