mattes / migrate

Database migrations. CLI and Golang library.
Other
2.29k stars 326 forks source link

fixes #294 #306

Closed jackielii closed 6 years ago

jackielii commented 6 years ago

use DELETE FROM instead of TRUNCATE to avoid schema change

lmas commented 6 years ago

Duplicate of #305