From 3c13e905515a3dc2ed9e402aee23eb750b236214 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 20 Jun 2003 15:51:59 +0000 Subject: [PATCH] Nouveau fichier --- mysql/migration/0.1.1-0.1.2.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mysql/migration/0.1.1-0.1.2.sql diff --git a/mysql/migration/0.1.1-0.1.2.sql b/mysql/migration/0.1.1-0.1.2.sql new file mode 100644 index 00000000000..e84ff10c42d --- /dev/null +++ b/mysql/migration/0.1.1-0.1.2.sql @@ -0,0 +1,10 @@ + +-- +-- table llx_product +-- + +alter table llx_product modify price real ; + +alter table llx_product add tva_tx real ; + +update llx_product set tva_tx = 19.6 ; \ No newline at end of file