Ajout table llx_bank_url
This commit is contained in:
parent
0dc606f819
commit
50d946a77c
@ -9,8 +9,16 @@ delete from llx_boxes;
|
|||||||
|
|
||||||
update llx_facturedet set subprice = price where remise_percent = 0 ;
|
update llx_facturedet set subprice = price where remise_percent = 0 ;
|
||||||
|
|
||||||
|
|
||||||
drop table if exists llx_entrepot;
|
drop table if exists llx_entrepot;
|
||||||
drop table if exists llx_product_stock;
|
drop table if exists llx_product_stock;
|
||||||
drop table if exists llx_stock;
|
drop table if exists llx_stock;
|
||||||
drop table if exists llx_stock_mouvement;
|
drop table if exists llx_stock_mouvement;
|
||||||
|
|
||||||
|
create table llx_bank_url
|
||||||
|
(
|
||||||
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
fk_bank integer,
|
||||||
|
url_id integer,
|
||||||
|
url varchar(255),
|
||||||
|
label varchar(255)
|
||||||
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user