projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad129f
)
LP#1513872 EDI Attrs SQL WIP
author
Bill Erickson
<berickxx@gmail.com>
Thu, 20 Oct 2016 16:25:15 +0000
(12:25 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Wed, 2 Nov 2016 17:33:33 +0000
(13:33 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/sql/Pg/200.schema.acq.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/200.schema.acq.sql
b/Open-ILS/src/sql/Pg/200.schema.acq.sql
index
0e22cd9
..
4bc4f4c
100644
(file)
--- a/
Open-ILS/src/sql/Pg/200.schema.acq.sql
+++ b/
Open-ILS/src/sql/Pg/200.schema.acq.sql
@@
-763,7
+763,7
@@
CREATE TABLE acq.edi_account ( -- similar tables can extend remote_account
in_dir TEXT, -- incoming messages dir (probably different than config.remote_account.path, the outgoing dir)
vendcode TEXT,
vendacct TEXT,
- attr_set INTEGER REFERENCES acq.edi_attr_set(id)
;
-- NULL OK
+ attr_set INTEGER REFERENCES acq.edi_attr_set(id) -- NULL OK
) INHERITS (config.remote_account);
-- We need a UNIQUE constraint here also, to support the FK from acq.provider.edi_default