added plugins subpackage and added basic support for js migrations
This commit is contained in:
@@ -79,7 +79,7 @@ func TestRunnerUpAndDown(t *testing.T) {
|
||||
}
|
||||
|
||||
// simulate partially run migration
|
||||
r.saveAppliedMigration(testDB, r.migrationsList.Item(0).file)
|
||||
r.saveAppliedMigration(testDB, r.migrationsList.Item(0).File)
|
||||
|
||||
// Up()
|
||||
// ---
|
||||
|
||||
Reference in New Issue
Block a user