go-gorm / sqlite

GORM sqlite driver
MIT License
179 stars 184 forks source link

fix: RenameIndex should drop old index #151

Closed black-06 closed 1 year ago

black-06 commented 1 year ago

What did this pull request do?

RenameIndex should drop old index. It blocked https://github.com/go-gorm/gorm/pull/6303

User Case Description