Commit Graph
2 Commits
Author SHA1 Message Date
Lunny XiaoandAntoine GIRARD f83db078f0 Move database settings from models to setting (#7806)
* move database settings from models to setting

* update docs

* fix checkout pr

* fix tests

* fix lint

* remove unsupported tidb options

* correct wrong variable name

* remove tidb totally
2019-08-24 11:24:45 +02:00
23a2ee3510 Add command to convert mysql database from utf8 to utf8mb4 (#7144)
* add command to convert mysql database from utf8 to utf8mb4

* Update cmd/convert.go

Co-Authored-By: John Olheiser <[email protected]>

* Update cmd/convert.go

Co-Authored-By: John Olheiser <[email protected]>

* Update cmd/convert.go

Co-Authored-By: John Olheiser <[email protected]>

* Update models/convert.go

Co-Authored-By: John Olheiser <[email protected]>

* Update models/convert.go

Co-Authored-By: John Olheiser <[email protected]>

* Update cmd/convert.go

Co-Authored-By: John Olheiser <[email protected]>

* Update cmd/convert.go

Co-Authored-By: John Olheiser <[email protected]>
2019-06-08 21:53:45 +08:00