Missing column in vocabulary ddl

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.

Nope, we don’t see a vocabulary_category column on any of our CDM schemas. So not sure if that was an unannounced change, or an actual bug in the vocabulary load scripts.