方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)

MySQL

スポンサーリンク
Development/Design

How to resolve Dirty status of database migration in Golang

This section summarises how to deal with a Dirty state of migration in server development using Golang and golang-migrate. a Dirty state means that the migration has been interrupted and the database is in an inconsistent state. The solution procedure is described below as a reminder.
スポンサーリンク