From 340d765f4204f5dea3fe3cb1604853a896654e6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 2 Mar 2010 14:37:41 +0100 Subject: [PATCH] Forgot peremption in tips. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- upgrade/account/20_naming_convention.sql | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.1.4