Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Sep 14, 2023
1 parent 084638e commit 62e1b6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ func NewProvider(dialect Dialect, db *sql.DB, opts *ProviderOptions) (*Provider,
if err := validateOptions(opts); err != nil {
return nil, err
}
//
// TODO(mf): implement the rest of this function
// - db / dialect store
// - collect sources
// - merge sources into migrations
return &Provider{
db: db,
opt: opts,
Expand Down

0 comments on commit 62e1b6a

Please sign in to comment.