From 1de5331346cb94bc84517651204571817c385012 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Jun 2007 20:20:57 +0000 Subject: [PATCH] Suppression vieille table obsolete --- mysql/migration/2.1.0-2.2.0.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index a625e78da5f..2fb6a118048 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -686,4 +686,6 @@ ALTER TABLE llx_fichinter CHANGE note description text DEFAULT NULL; ALTER TABLE llx_fichinter ADD COLUMN note_private text DEFAULT NULL after description; ALTER TABLE llx_fichinter ADD COLUMN note_public text DEFAULT NULL after note_private; ALTER TABLE llx_fichinter ADD COLUMN tms timestamp after ref; -ALTER TABLE llx_fichinter ADD COLUMN fk_contrat integer DEFAULT 0 after fk_projet; \ No newline at end of file +ALTER TABLE llx_fichinter ADD COLUMN fk_contrat integer DEFAULT 0 after fk_projet; + +drop table if exists `llx_accountingsystem_det`;