From 3cab77f415fffd82410abba6be286ce325441188 Mon Sep 17 00:00:00 2001 From: web Date: Fri, 8 Oct 2004 20:01:46 +0000 Subject: [PATCH] manquait un ; --- scripts/migration/0.0.0_to_0.9.0/migration.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/migration/0.0.0_to_0.9.0/migration.sql b/scripts/migration/0.0.0_to_0.9.0/migration.sql index f928e55..7193685 100644 --- a/scripts/migration/0.0.0_to_0.9.0/migration.sql +++ b/scripts/migration/0.0.0_to_0.9.0/migration.sql @@ -21,7 +21,7 @@ drop trackers; --*-- ALTER TABLE x4dat.auth_user_md5 DROP COLUMN lastnewslogin; -- cgt de type pour les ML -ALTER TABLE x4dat.requests CHANGE `type` `type` ENUM('alias','epouse','liste','photo','sondage','emploi','evts' ) DEFAULT 'alias' NOT NULL +ALTER TABLE x4dat.requests CHANGE `type` `type` ENUM('alias','epouse','liste','photo','sondage','emploi','evts' ) DEFAULT 'alias' NOT NULL; -- lastlogin --> logger ALTER TABLE x4dat.auth_user_md5 DROP COLUMN lastlogin; ALTER TABLE x4dat.auth_user_md5 DROP COLUMN host; -- 2.1.4