mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Migration champ type
This commit is contained in:
@@ -782,7 +782,8 @@ update llx_chargesociales set periode=date_ech where periode is null or periode
|
||||
-- pour virer les doublons de llx_bank_url (dus <20> un ancien bug)
|
||||
alter ignore table llx_bank_url add unique index(fk_bank,url_id);
|
||||
alter table llx_bank_url add type enum("company","payment","member","donation","charge");
|
||||
|
||||
update llx_bank_url set type = 'payment' where label='(paiement)' and type is null;
|
||||
|
||||
create table llx_societe_remise
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
Reference in New Issue
Block a user