mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(database): broken migrations
This commit is contained in:
parent
c5fb92ccf4
commit
a274d9ddce
2 changed files with 2 additions and 2 deletions
|
@ -1419,6 +1419,6 @@ ALTER TABLE filter_external_dg_tmp
|
|||
RENAME TO filter_external;
|
||||
`,
|
||||
`ALTER TABLE filter_external
|
||||
DROP COLUMN external_webhook_retry_max_jitter_seconds;
|
||||
DROP COLUMN webhook_retry_max_jitter_seconds;
|
||||
`,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue