goose icon indicating copy to clipboard operation
goose copied to clipboard

feat: Expand Store interface; add GetLatestVersion method in Provider

Open Albitko opened this issue 1 year ago • 0 comments

First pass at https://github.com/pressly/goose/issues/673

expand Store interface with method GetLatestVersion(ctx context.Context, db DBTxConn) (int64, error)

use it in Provider instead of an inefficient old one

Albitko avatar Dec 18 '23 20:12 Albitko