BIP8704
Severity
30 : Severe errorMessage
Column '<insert_0>' should not be present in database table '<insert_1>'Explanation
Table '<insert_1>' must have the correct set of columns for this component to function correctly, and an extra column '<insert_0>' is present. This could be because a migration step has not been performed, or because the table itself has become damaged.Response
If this broker is being started after a migration, ensure all migration steps have completed successfully. If this broker is newly created, and the database tables were created manually by a database administrator, ensure all columns specified are correct.