mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 18:48:22 +01:00
13 lines
305 B
SQL
13 lines
305 B
SQL
|
|
--
|
|
-- Mise à jour de la version 1.1.0-RC2 à 1.1.0
|
|
--
|
|
|
|
insert into llx_const(name, value, type, note) values ('MAIN_MONNAIE','euros','chaine','Monnaie');
|
|
|
|
drop table if exists llx_entrepot;
|
|
drop table if exists llx_product_stock;
|
|
drop table if exists llx_stock;
|
|
drop table if exists llx_stock_mouvement;
|
|
|