dumb thing to avoid a bug wrt timestamps
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sat, 15 Jan 2005 02:19:36 +0000 (02:19 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:36 +0000 (23:27 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-331

upgrade/0.9.4/30_auth_user_quick.sql

index fd482b7..f014697 100644 (file)
@@ -1,3 +1,5 @@
+alter table auth_user_quick  add column foo timestamp after user_id;
+
 alter table auth_user_quick add column emails_alias_pub enum('public', 'private') not null default 'private';
 alter table auth_user_quick add column profile_from_ax INT(1) not null default 0;
 alter table auth_user_quick add column core_mail_fmt enum('html', 'texte') not null default 'html';