Fix issues with mutation SQL

This commit is contained in:
Vikram Rangnekar
2019-10-03 03:08:01 -04:00
parent bcc443bd59
commit a8ad87115e
16 changed files with 317 additions and 266 deletions

View File

@ -1,14 +1,11 @@
package migrate_test
import (
"fmt"
"testing"
"github.com/jackc/pgx"
"github.com/jackc/tern/migrate"
. "gopkg.in/check.v1"
)
/*
type MigrateSuite struct {
conn *pgx.Conn
}
@ -352,3 +349,4 @@ func Example_OnStartMigrationProgressLogging() {
// Output:
// Migrating up: create a table
}
*/