Add migration script
This commit is contained in:
parent
d5b1097d13
commit
9431c471ca
@ -3,7 +3,7 @@
|
|||||||
--
|
--
|
||||||
-- Be carefull to requests order.
|
-- Be carefull to requests order.
|
||||||
-- This file must be loaded by calling /install/index.php page
|
-- 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;
|
ALTER TABLE llx_actioncomm CHANGE fk_projet fk_project integer;
|
||||||
|
|||||||
8
htdocs/install/mysql/migration/2.8.0-2.9.0.sql
Executable file
8
htdocs/install/mysql/migration/2.8.0-2.9.0.sql
Executable 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.
|
||||||
|
--
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user