Add granblue_id to weapon keys

This commit is contained in:
Justin Edmund 2023-03-15 02:38:47 -07:00
parent b5cb4b1da5
commit 53bc28d76a

View file

@ -0,0 +1,4 @@
class AddGranblueIdToWeaponKeys < ActiveRecord::Migration[7.0]
def change
end
end