Script to migration from 2.5 to 2.6

This commit is contained in:
Laurent Destailleur 2009-01-07 16:01:29 +00:00
parent 1cb7fc6ede
commit 7e69de78d9

View 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;