From 07a1c955dc6d5e61b509dccd0a3bed285253c639 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Wed, 8 Sep 2010 16:01:52 +0200 Subject: [PATCH] Removes useless comments. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- upgrade/1.0.1/08_profile_foreign_keys.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/upgrade/1.0.1/08_profile_foreign_keys.sql b/upgrade/1.0.1/08_profile_foreign_keys.sql index f6d988a..b0ce65f 100644 --- a/upgrade/1.0.1/08_profile_foreign_keys.sql +++ b/upgrade/1.0.1/08_profile_foreign_keys.sql @@ -20,9 +20,6 @@ ALTER TABLE profile_job MODIFY COLUMN sectorid TINYINT(2) UNSIGNED DEFAULT NULL; ALTER TABLE profile_job MODIFY COLUMN subsectorid SMALLINT(3) UNSIGNED DEFAULT NULL; ALTER TABLE profile_job MODIFY COLUMN subsubsectorid SMALLINT(3) UNSIGNED DEFAULT NULL; --- Rename columns that should be called uid. --- ALTER TABLE group_events CHANGE COLUMN organisateur_uid uid INT(11) UNSIGNED DEFAULT NULL; - -- Prepares table having ids set to 0. DELETE FROM profile_mentor_country WHERE country = 'YU' OR country = '00'; UPDATE profile_addresses SET localityId = NULL WHERE localityId = 0; -- 2.1.4