Add migration script

This commit is contained in:
Regis Houssin 2010-02-18 08:09:09 +00:00
parent d5b1097d13
commit 9431c471ca
2 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@
--
-- Be carefull to requests order.
-- This file must be loaded by calling /install/index.php page
-- when current version is 2.8.0 or higher.
-- when current version is 2.7.0 or higher.
--
ALTER TABLE llx_actioncomm CHANGE fk_projet fk_project integer;

View File

@ -0,0 +1,8 @@
--
-- $Id$
--
-- Be carefull to requests order.
-- This file must be loaded by calling /install/index.php page
-- when current version is 2.8.0 or higher.
--