Revert "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 reverts commit 9bb2f27a69.
This commit is contained in:
2019-09-24 23:54:25 +00:00
parent 9bb2f27a69
commit 20ce0ab852
8 changed files with 10 additions and 124 deletions
+3 -4
View File
@@ -20,14 +20,13 @@ 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