()
| 34 | Register(scripts []MigrationScript, comment string) |
| 35 | Execute() errors.Error |
| 36 | HasPendingScripts() bool |
| 37 | } |
| 38 | |
| 39 | // PluginMigration is implemented by the plugin to declare all migration script that have to be applied to the database |
no outgoing calls