()
| 39 | // PluginMigration is implemented by the plugin to declare all migration script that have to be applied to the database |
| 40 | type PluginMigration interface { |
| 41 | MigrationScripts() []MigrationScript |
| 42 | } |
no outgoing calls
no test coverage detected