Use DROP SCHEMA ... CASCADE in db:drop_tables
When dropping the EXTRA_SCHEMAS in the rake task gitlab:db:drop_tables, specify a CASCADE as well, in case we have detached partitions which won't be automatically removed by dropping the parent table.
Showing
Please register or sign in to comment