chore: add tests for migrator

This commit is contained in:
Steven
2024-08-26 08:41:26 +08:00
parent 96b9269cd3
commit 525223c261
8 changed files with 147 additions and 108 deletions

View File

@ -39,10 +39,6 @@ func NewDB(profile *profile.Profile) (store.Driver, error) {
return driver, nil
}
func (*DB) Type() string {
return "postgres"
}
func (d *DB) GetDB() *sql.DB {
return d.db
}