Go to file
Shawn O. Pearce 0df4ba0ad0 MySQL: Fix account_group_members_audit removed_on to be NULL
MySQL created this column as NOT NULL with a default timestamp
of "NOW" even though we didn't ask for that when we created our
table.  Its a documented "feature" of the MySQL 5.0 software[1].

The latest gwtorm snapshot knows how to declare the column to
be NULL DEFAULT NULL, but won't upgrade the existing column as
it doesn't know how to modify column types on the fly.  We also
need to set all values back to NULL once the column is ready.

[1] http://dev.mysql.com/doc/refman/5.0/en/timestamp.html

Bug: issue 419
Change-Id: I2cabb83e66fa9b4b248aad312b9498530b969901
Signed-off-by: Shawn O. Pearce <sop@google.com>
Reviewed-by: Nico Sallembien <nsallembien@google.com>
2010-01-27 17:44:48 -08:00
2010-01-20 15:17:02 -08:00
2009-12-12 20:17:29 -08:00
2009-12-19 20:51:48 -08:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB