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 @@
1010 wlil_timestamp binary(14) NOT NULL,
1111 wlil_user_id int(11) NOT NULL,
1212 wlil_image varchar(128) NOT NULL,
13 - wlil_success bool DEFAULT NULL
 13+ wlil_success bool NOT NULL
1414 ) /*$wgDBTableOptions*/;
1515
1616 CREATE INDEX /*i*/wlil_timestamp ON /*_*/wikilove_image_log (wlil_timestamp);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90937adding new database table for keeping track of whether or not people can figu...kaldari04:59, 28 June 2011

Status & tagging log