| Issue 419: | account_group_members_audit removed_on is not null on MySQL | |
| Back to list |
Environment: MySQL 5.0+ The removed_on column in account_group_members_audit is supposed to be configured to accept NULL values, but MySQL does not do it as expected. Instead we need to declare this column as: removed_on TIMESTAMP NULL DEFAULT NULL as this is a "feature" of MySQL, per [1]. [1] http://dev.mysql.com/doc/refman/5.0/en/timestamp.html
Jan 27, 2010
#1
sop@google.com
Labels:
Milestone-Next
Jan 27, 2010
Change I2cabb83e66fa9b4b248aad312b9498530b969901 fixes this for MySQL.
Status:
Fixed
Labels: -Milestone-Next FixedIn-2.1.2
Oct 21, 2012
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |