mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add order column to Settings table in Database.py when updating plugins' settings
This commit is contained in:
parent
80fc69bd40
commit
e2e9c4990b
1 changed files with 1 additions and 0 deletions
|
|
@ -1457,6 +1457,7 @@ class Database:
|
|||
Settings.regex,
|
||||
Settings.type,
|
||||
Settings.multiple,
|
||||
Settings.order,
|
||||
)
|
||||
.filter_by(id=setting)
|
||||
.first()
|
||||
|
|
|
|||
Loading…
Reference in a new issue