-
This commit is contained in:
@ -168,9 +168,6 @@ type DatabaseProvider interface {
|
||||
|
||||
// BeginTx starts a database transaction
|
||||
BeginTx(ctx context.Context) (TransactionProvider, error)
|
||||
|
||||
// Migrate runs database migrations
|
||||
Migrate(ctx context.Context, migrationPath string) error
|
||||
}
|
||||
|
||||
// TransactionProvider defines the interface for database transaction operations
|
||||
|
||||
Reference in New Issue
Block a user