Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d54cf5 commit cc573a7Copy full SHA for cc573a7
database/redshift/redshift.go
@@ -27,8 +27,6 @@ var DefaultMigrationsTable = "schema_migrations"
27
var (
28
ErrNilConfig = fmt.Errorf("no config")
29
ErrNoDatabaseName = fmt.Errorf("no database name")
30
- ErrNoSchema = fmt.Errorf("no schema")
31
- ErrDatabaseDirty = fmt.Errorf("database is dirty")
32
)
33
34
type Config struct {
0 commit comments