Prepare 8.0
This commit is contained in:
parent
97c2828d04
commit
cebda2b141
@ -421,11 +421,12 @@ else
|
|||||||
array('from'=>'3.5.0', 'to'=>'3.6.0'),
|
array('from'=>'3.5.0', 'to'=>'3.6.0'),
|
||||||
array('from'=>'3.6.0', 'to'=>'3.7.0'),
|
array('from'=>'3.6.0', 'to'=>'3.7.0'),
|
||||||
array('from'=>'3.7.0', 'to'=>'3.8.0'),
|
array('from'=>'3.7.0', 'to'=>'3.8.0'),
|
||||||
array('from'=>'3.8.0', 'to'=>'3.9.0'),
|
array('from'=>'3.8.0', 'to'=>'3.9.0'),
|
||||||
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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user