added plugins subpackage and added basic support for js migrations

This commit is contained in:
Gani Georgiev
2022-11-26 09:05:52 +02:00
parent 3e1a19685b
commit d8963c6fc3
19 changed files with 889 additions and 120 deletions

View File

@@ -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()
// ---