commenting out line that tries to create primary key on table that already has that...
authorChris Sharp <csharp@georgialibraries.org>
Sun, 4 Dec 2011 21:35:20 +0000 (16:35 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 4 Dec 2011 21:35:20 +0000 (16:35 -0500)
Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql

index 2cc4293..38bc26b 100644 (file)
@@ -17472,7 +17472,9 @@ ALTER TABLE serial.unit
 -- Now rebuild the constraints dropped via cascade.
 -- ALTER TABLE acq.provider    ADD CONSTRAINT provider_edi_default_fkey FOREIGN KEY (edi_default) REFERENCES acq.edi_account (id) DEFERRABLE INITIALLY DEFERRED;
 DROP INDEX IF EXISTS money.money_mat_summary_id_idx;
-ALTER TABLE money.materialized_billable_xact_summary ADD PRIMARY KEY (id);
+
+-- PINES: this primary key already exists:
+-- ALTER TABLE money.materialized_billable_xact_summary ADD PRIMARY KEY (id);
 
 -- ALTER TABLE staging.billing_address_stage ADD PRIMARY KEY (row_id);