New schema inconsistency: merge_request_assignees
We have detected a new schema inconsistency.
Table_name: merge_request_assignees
Object_name: merge_request_assignees
Validator_name: different_definition_tables
Error_message: The table merge_request_assignees has a different column statement between structure.sql and database
Diff:
-CREATE TABLE merge_request_assignees (id integer NOT NULL)
+CREATE TABLE merge_request_assignees (id bigint NOT NULL)
For more information, please contact the database team.