Unknown column 'system_type' in oc_adopter_registration #7726
|
I'm wondering when the system_type column was added to the oc_adopter_registration table. I did not originally set up my OC instance, but I updated it from version 9 to version 19, and no SQL migration script added this column during this time. Perhaps the column has always been missing from my table. I see in the code that it has been used since OC 16. It currently the table looks like this: |
Replies: 1 comment 2 replies
|
The schema is currently automatically generated if not available via EclipseLink (our JPA implementation). You could start a new (local) Opencast instance with an empty database to see which tables are generated. Keep in mind that tables are only generated when they are used. If certain codepaths are not used, those tables are not necessarily available. So, maybe also upload a test video to make sure commonly used tables are generated. |
Looks like we missed adding the relevant column to the table with OC 16.
From a fresh 19.x build: