LP#1513872 EDI Attrs SQL WIP
authorBill Erickson <berickxx@gmail.com>
Thu, 20 Oct 2016 16:25:15 +0000 (12:25 -0400)
committerBill 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

index 0e22cd9..4bc4f4c 100644 (file)
@@ -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