From: Bill Erickson Date: Thu, 20 Oct 2016 16:25:15 +0000 (-0400) Subject: LP#1513872 EDI Attrs SQL WIP X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7f1f7128691515e22cd6f5293470e60b2622d9ce;p=working%2FEvergreen.git LP#1513872 EDI Attrs SQL WIP Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/sql/Pg/200.schema.acq.sql b/Open-ILS/src/sql/Pg/200.schema.acq.sql index 0e22cd94f9..4bc4f4c784 100644 --- 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