Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | noop (#14521) | John Olheiser | 2021-01-29 | 1 | -98/+3 |
| | | | | | Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> | ||||
* | Fix migration v141 (#14387) | 6543 | 2021-01-28 | 1 | -0/+106 |
* Fix mig 141 * Add Migration to fix it * update null values to false first * Alter Table if posible * use dropTableColumns instead of recreateTable * MySQL use Alter * Postgres use Alter * Update models/migrations/v167.go * Apply suggestions from code review * use 2x add col & 2x update & 2x drop col * let sqlite be the only issue * use recreate since it just WORKS |