Issue 419: account_group_members_audit removed_on is not null on MySQL
Status:  Released
Owner: ----
Closed:  Oct 2012
Project Member Reported by sop@google.com, Jan 26, 2010
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
(No comment was entered for this change.)
Labels: Milestone-Next
Jan 27, 2010
#2 sop@google.com
Change I2cabb83e66fa9b4b248aad312b9498530b969901 fixes this for MySQL.
Status: Fixed
Labels: -Milestone-Next FixedIn-2.1.2
Oct 21, 2012
#3 sop@google.com
(No comment was entered for this change.)
Status: Released