Script to migration from 2.5 to 2.6
This commit is contained in:
parent
1cb7fc6ede
commit
7e69de78d9
10
mysql/migration/2.5.0-2.6.0.sql
Normal file
10
mysql/migration/2.5.0-2.6.0.sql
Normal file
@ -0,0 +1,10 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Be carefull to requests order.
|
||||
-- This file must be loaded by calling /install/index.php page
|
||||
-- when current version is 2.4.0 or higher.
|
||||
--
|
||||
|
||||
update llx_actioncomm set datep = datea where datep is null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user