• pbair's avatar
    Use DROP SCHEMA ... CASCADE in db:drop_tables · b7d6a79a
    pbair authored
    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.
    b7d6a79a
db.rake 9.93 KB