Skip to content

Implement a rake task to collect schema inconsistencies

Context:

When a self-host customer does not have the service ping enabled, we need to have a way to collect the database schema inconsistencies.

Solution:

Add a rake task that displays the schema inconsistencies.

Note: We will also use this rake task to collect schema inconsistencies for gitlab.com.

Edited by Diogo Frazão