From: Stéphane Jacob Date: Tue, 2 Mar 2010 13:37:41 +0000 (+0100) Subject: Forgot peremption in tips. X-Git-Tag: xorg/1.0.0~332^2~123 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=340d765f4204f5dea3fe3cb1604853a896654e6f;p=platal.git Forgot peremption in tips. Signed-off-by: Stéphane Jacob --- diff --git a/upgrade/account/20_naming_convention.sql b/upgrade/account/20_naming_convention.sql index 2648a94..b245877 100644 --- a/upgrade/account/20_naming_convention.sql +++ b/upgrade/account/20_naming_convention.sql @@ -34,6 +34,8 @@ CHANGE COLUMN user_id uid INT(11) not null; CHANGE COLUMN peremption expiration DATE NOT NULL; ALTER TABLE announce_read CHANGE COLUMN user_id uid INT(11) not null; + ALTER TABLE tips +CHANGE COLUMN peremption expiration DATE NOT NULL; # profile ALTER TABLE profile_photos