Fix issues with mutation SQL
This commit is contained in:
@ -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
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user