Skip to content
Discussion options

You must be logged in to vote

Looks like we missed adding the relevant column to the table with OC 16.

From a fresh 19.x build:

MariaDB [opencast]> describe oc_adopter_registration;
+----------------------+--------------+------+-----+---------+-------+
| Field                | Type         | Null | Key | Default | Extra |
+----------------------+--------------+------+-----+---------+-------+
| adopter_key          | varchar(64)  | NO   | PRI | NULL    |       |
| agreed_to_policy     | tinyint(1)   | YES  |     | 0       |       |
| allows_error_reports | tinyint(1)   | YES  |     | 0       |       |
| allows_statistics    | tinyint(1)   | YES  |     | 0       |       |
| city                 | varchar(255) | YES  |  …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gregorydlogan
Comment options

Answer selected by mh-bht
@mh-bht
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants