From 9c46463c98fadf1ad42618b668a9dcbeb1ded0a1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 May 2011 09:00:18 +0000 Subject: [PATCH] Migration before 2.2 are not supported --- htdocs/install/mysql/migration/2.2.0-2.4.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/2.2.0-2.4.0.sql b/htdocs/install/mysql/migration/2.2.0-2.4.0.sql index 1ddfd0e6640..3d6b44623cb 100644 --- a/htdocs/install/mysql/migration/2.2.0-2.4.0.sql +++ b/htdocs/install/mysql/migration/2.2.0-2.4.0.sql @@ -196,7 +196,7 @@ ALTER TABLE llx_element_element ADD INDEX idx_element_element_targetid (targetid ALTER TABLE llx_actioncomm add column fk_user_mod integer after fk_user_author; ALTER TABLE llx_actioncomm add column fk_user_done integer after fk_user_action; -drop table if exists llx_events; +--drop table if exists llx_events; create table llx_events ( rowid integer AUTO_INCREMENT PRIMARY KEY,