add media to WowPet and pagination

This commit is contained in:
Etienne Ischer
2021-04-29 15:58:13 +02:00
parent 7d582ebd91
commit b64fa26a55
7 changed files with 35 additions and 22 deletions

View File

@@ -0,0 +1,6 @@
class UpdateWowPetModel < ActiveRecord::Migration[6.1]
def change
add_column :wow_pets, :creature_display_id, :integer
add_column :wow_pets, :media_zoom_url, :string
end
end