LEGACY_INDEX_DROPS

Constant LEGACY_INDEX_DROPS 

Source
const LEGACY_INDEX_DROPS: &[&str];
Expand description

Legacy index names that must be dropped after their table is renamed — ALTER TABLE … RENAME keeps indexes attached but under their old names, which would collide with the flat DDL’s CREATE INDEX. The flat DDL recreates each under the new name.