fix(db): preserve original item_order during updates
This commit is contained in:
parent
896de305cc
commit
414e91a825
1 changed files with 1 additions and 2 deletions
|
@ -509,8 +509,7 @@ mod db_impl {
|
|||
url_id = excluded.url_id,
|
||||
name = excluded.name,
|
||||
description = excluded.description,
|
||||
wikidata_id = excluded.wikidata_id,
|
||||
item_order = excluded.item_order",
|
||||
wikidata_id = excluded.wikidata_id",
|
||||
rusqlite::params![
|
||||
&item.id,
|
||||
url_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue