From 238cd1f430e57d7cf03854eb04e6c2d07d70116d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Tue, 23 Sep 2003 13:36:19 +0000 Subject: [PATCH] Nouveau fichier --- mysql/migration/1.0.0-1.1.0.sql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mysql/migration/1.0.0-1.1.0.sql diff --git a/mysql/migration/1.0.0-1.1.0.sql b/mysql/migration/1.0.0-1.1.0.sql new file mode 100644 index 00000000000..b09fc4f6859 --- /dev/null +++ b/mysql/migration/1.0.0-1.1.0.sql @@ -0,0 +1,15 @@ + +-- +-- Mise � jour de la version 1.0.0 � 1.1.0 +-- + +alter table llx_propaldet modify qty real; +alter table llx_facturedet modify qty real; + +alter table llx_propaldet add remise_percent real default 0; +alter table llx_propaldet add remise real default 0; +alter table llx_propaldet add subprice real default 0; + +alter table llx_facturedet add remise_percent real default 0; +alter table llx_facturedet add remise real default 0; +alter table llx_facturedet add subprice real default 0; -- GitLab