projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cd2769
)
Fixed supp_trans primary key.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Fri, 27 Oct 2017 10:30:06 +0000
(12:30 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Fri, 27 Oct 2017 10:30:06 +0000
(12:30 +0200)
sql/en_US-demo.sql
patch
|
blob
|
history
diff --git
a/sql/en_US-demo.sql
b/sql/en_US-demo.sql
index a5f1b4653d7a92a3c24209ddbed915b2f52aacb3..d2066ec7a9270ee4e3c6b10d55236db69dbe3ff2 100644
(file)
--- a/
sql/en_US-demo.sql
+++ b/
sql/en_US-demo.sql
@@
-2069,7
+2069,7
@@
CREATE TABLE IF NOT EXISTS `0_supp_trans` (
`rate` double NOT NULL DEFAULT '1',
`alloc` double NOT NULL DEFAULT '0',
`tax_included` tinyint(1) NOT NULL DEFAULT '0',
- PRIMARY KEY (`type`,`trans_no`),
+ PRIMARY KEY (`type`,`trans_no`
,`debtor_no`
),
KEY `supplier_id` (`supplier_id`),
KEY `tran_date` (`tran_date`)
) ENGINE=InnoDB;