option to write the plugin .go file and run the plugin migrations without building the .so file so that it can be done from the shell instead to afford complete error messages

This commit is contained in:
Ian Norden
2019-09-24 18:44:04 -05:00
parent ba4e79fc63
commit 9bb2f27a69
8 changed files with 125 additions and 11 deletions
+4 -3
View File
@@ -20,13 +20,14 @@ import (
"database/sql"
"errors"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"github.com/lib/pq"
"github.com/pressly/goose"
"github.com/vulcanize/vulcanizedb/pkg/config"
"github.com/vulcanize/vulcanizedb/pkg/plugin/helpers"
"io/ioutil"
"os"
"path/filepath"
)
// Interface for managing the db migrations for plugin transformers