Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc573a7

Browse files
committed
Remove unused errors
1 parent 1d54cf5 commit cc573a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

database/redshift/redshift.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ var DefaultMigrationsTable = "schema_migrations"
2727
var (
2828
ErrNilConfig = fmt.Errorf("no config")
2929
ErrNoDatabaseName = fmt.Errorf("no database name")
30-
ErrNoSchema = fmt.Errorf("no schema")
31-
ErrDatabaseDirty = fmt.Errorf("database is dirty")
3230
)
3331

3432
type Config struct {

0 commit comments

Comments
 (0)