From: Stéphane Jacob Date: Wed, 8 Sep 2010 14:01:52 +0000 (+0200) Subject: Removes useless comments. X-Git-Tag: xorg/1.0.1~217 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=07a1c955dc6d5e61b509dccd0a3bed285253c639;p=platal.git Removes useless comments. Signed-off-by: Stéphane Jacob --- 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;