[ Index ] |
|
Code source de Dolibarr 2.0.1 |
1 2 -- 3 -- Mise à jour de la version 1.1.0-RC1 à 1.1.0-RC2 4 -- 5 6 delete from llx_boxes_def; 7 8 delete from llx_boxes; 9 10 update llx_facturedet set subprice = price where remise_percent = 0 ; 11 12 drop table if exists llx_entrepot; 13 drop table if exists llx_product_stock; 14 drop table if exists llx_stock; 15 drop table if exists llx_stock_mouvement; 16 17 create table llx_bank_url 18 ( 19 rowid integer AUTO_INCREMENT PRIMARY KEY, 20 fk_bank integer, 21 url_id integer, 22 url varchar(255), 23 label varchar(255) 24 );
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 12:29:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |