Skip to content

Commit

Permalink
create indices after the table rename
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Aug 6, 2020
1 parent 5064b5e commit 76ba554
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ class Migration(
execSql(sb.toString())
dropTable(table1.name)
renameTable(tableMerge.name, table2.name)
tableDiff.indicesDiff.same.forEach {
createTableIndex(table2, it)
}
tableDiff.indicesDiff.added.forEach {
createTableIndex(table2, it)
}
}

tableDiff.indicesDiff.removed.forEach {
Expand Down

0 comments on commit 76ba554

Please # to comment.