Supprime constante obsolete qui peut reapparaitre si on passe vieux script migration
This commit is contained in:
parent
d0f43c6cff
commit
5ec448f89a
@ -13,7 +13,7 @@ update llx_actioncomm set fk_action = 9 where fk_action = 10;
|
||||
ALTER TABLE llx_cotisation ADD UNIQUE INDEX uk_cotisation (fk_adherent,dateadh);
|
||||
|
||||
update llx_const set name='MAIN_ENABLE_DEVELOPMENT' where name='MAIN_SHOW_DEVELOPMENT_MODULES';
|
||||
|
||||
delete from llx_const where name='MAIN_SHOW_DEVELOPMENT_MODULES';
|
||||
|
||||
delete from llx_adherent_type where libelle IS NULL;
|
||||
alter table llx_adherent_type modify libelle varchar(50) NOT NULL;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user