You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every migration is wrapped in tx by default, but does it possible to wrap bunch of them? I had no success while implementing it by myself, because goose.Up accepts *sql.DB.
Every migration is wrapped in tx by default, but does it possible to wrap bunch of them? I had no success while implementing it by myself, because
goose.Upaccepts*sql.DB.