Skip to content
Snippets Groups Projects
Commit 6ab8ba1c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix sql error

parent e820f099
Branches
Tags
No related merge requests found
......@@ -35,5 +35,5 @@ create table llx_societe_remise_except
description text NOT NULL
multicurrency_amount_ht double(24,8) NOT NULL,
multicurrency_amount_tva double(24,8) DEFAULT 0 NOT NULL,
multicurrency_amount_ttc double(24,8) DEFAULT 0 NOT NULL,
multicurrency_amount_ttc double(24,8) DEFAULT 0 NOT NULL
)ENGINE=innodb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment