automigrate
automigrate copied to clipboard
whitespace change triggers index recreation
seems like this is triggering drop / add
- create unique index tbl_x_y on levels(x, y);
+ create unique index tbl_x_y on levels (x, y);
and it shouldn't