Migration to fix sturdy red backpack

This commit is contained in:
Sam 2021-03-01 21:37:14 -05:00
parent 9ad8804b60
commit 3a88ab5bb3
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
-- This file should undo anything in `up.sql`

View File

@ -0,0 +1,2 @@
UPDATE item
SET item_definition_id = 'common.items.armor.misc.bag.sturdy_red_backpack' WHERE item_definition_id = 'common.items.armor.bag.sturdy_red_backpack';