The postgres ddl script does not create a vocabulary_category column in the vocabulary table. As a result, the load scripts fail because the csv file has an extra column. Adding
vocabulary_category VARCHAR(255) NULL
allowed the import to run.
What’s the correct fix for this?
The Oracle ddl script also doesn’t have this column defined.