diff --git a/mysql/migration/0.2.3-0.3.0.sql b/mysql/migration/0.2.3-0.3.0.sql index d90dfa4c551..e1bdf81e416 100644 --- a/mysql/migration/0.2.3-0.3.0.sql +++ b/mysql/migration/0.2.3-0.3.0.sql @@ -34,4 +34,11 @@ insert into llx_cond_reglement values (5,5,1, "60 jours fin de mois","R update llx_facture set fk_cond_reglement = 1 where fk_cond_reglement IS NULL ; update llx_facture set date_lim_reglement = datef where date_lim_reglement IS NULL ; -alter table llx_livre add frais_de_port tinyint default 1 ; \ No newline at end of file +alter table llx_livre add frais_de_port tinyint default 1 ; + +-- +-- Insertion pour le module rss_externe (syndication de sites externes) +-- si soucis, erreurs et autres commentaires, mailto:erics@rycks.com +-- + +insert into llx_boxes_def values('','Syndication','box_external_rss.php','');