r90947 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r90946
|
r90947
|
r90948
>
Date:
10:18, 28 June 2011
Author:
janpaul123
Status:
ok
Tags:
Comment:
wlil_success boolean should NOT be NULL, as then we would have the values TRUE, FALSE, NULL, which is ambiguous...
Modified paths:
/trunk/extensions/WikiLove/patches/WikiLoveImageLog.sql
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WikiLove/patches/WikiLoveImageLog.sql
—
—
@@ -9,7 +9,7 @@
10
10
wlil_timestamp binary(14) NOT NULL,
11
11
wlil_user_id int(11) NOT NULL,
12
12
wlil_image varchar(128) NOT NULL,
13
- wlil_success bool DEFAULT NULL
13
+ wlil_success bool NOT NULL
14
14
) /*$wgDBTableOptions*/;
15
15
16
16
CREATE INDEX /*i*/wlil_timestamp ON /*_*/wikilove_image_log (wlil_timestamp);
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r90937
adding new database table for keeping track of whether or not people can figu...
kaldari
04:59, 28 June 2011
Status & tagging log
18:09, 28 June 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r90947
[
removed:
new
added:
ok]