Skip to content

Commit

Permalink
Update 5.0.0-6.0.0.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 13, 2017
1 parent 10337b4 commit 13cee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/migration/5.0.0-6.0.0.sql
Expand Up @@ -561,4 +561,4 @@ ALTER TABLE llx_blockedlog_authority ADD INDEX signature (signature);
UPDATE llx_bank SET label= '(SupplierInvoicePayment)' WHERE label= 'Règlement fournisseur';
UPDATE llx_bank SET label= '(CustomerInvoicePayment)' WHERE label= 'Règlement client';

ALTER TABLE llx_mailing_cibles MODIFY COLUMN source_url varchar(1000);
ALTER TABLE llx_mailing_cibles MODIFY COLUMN source_url varchar(255);

0 comments on commit 13cee53

Please sign in to comment.