mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(actions): qbit add options content layout and skip hash check (#393)
* feat(actions): qbit content layout and skip hash check * feat(actions): qbit options
This commit is contained in:
parent
db9d048f5d
commit
9508cbb46c
13 changed files with 394 additions and 50 deletions
|
@ -78,5 +78,7 @@ func (db *DB) migratePostgres() error {
|
|||
return errors.Wrap(err, "failed to bump schema version")
|
||||
}
|
||||
|
||||
db.log.Info().Msgf("Database schema upgraded to version: %v", len(postgresMigrations))
|
||||
|
||||
return tx.Commit()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue