WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

Postgres index creation script references non-existant table #73

Open hindcraig3 opened 2 years ago

hindcraig3 commented 2 years ago

Postgres index creation script includes the line below which references a non existant table

CREATE INDEX IX_AHF_ARC_HARVEST_RESULT_ID ON DB_WCT.ARC_HARVEST_FILE(AHF_ARC_HARVEST_RESULT_ID);

https://github.com/WebCuratorTool/webcurator/blob/bd301f97595d7fe57921a812149ca287f3f7f4ee/webcurator-db/latest/sql/wct-indexes-postgres.sql#L22