Prepare 8.0

This commit is contained in:
Laurent Destailleur 2018-01-28 10:57:12 +01:00
parent 97c2828d04
commit cebda2b141
2 changed files with 7 additions and 6 deletions

View File

@ -425,7 +425,8 @@ else
array('from'=>'3.9.0', 'to'=>'4.0.0'), array('from'=>'3.9.0', 'to'=>'4.0.0'),
array('from'=>'4.0.0', 'to'=>'5.0.0'), array('from'=>'4.0.0', 'to'=>'5.0.0'),
array('from'=>'5.0.0', 'to'=>'6.0.0'), array('from'=>'5.0.0', 'to'=>'6.0.0'),
array('from'=>'6.0.0', 'to'=>'7.0.0') array('from'=>'6.0.0', 'to'=>'7.0.0'),
array('from'=>'7.0.0', 'to'=>'8.0.0')
); );
$count=0; $count=0;

View File

@ -23,4 +23,4 @@
-- Note: fields with type BLOB/TEXT can't have default value. -- Note: fields with type BLOB/TEXT can't have default value.
-- For 8.0 -- For 8.0
ALTER TABLE llx_societe ADD COLUMN fk_entrepot int DEFAULT 0; ALTER TABLE llx_societe ADD COLUMN fk_entrepot integer DEFAULT 0;