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

4
db/schema.rb generated
View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2021_04_24_192800) do
ActiveRecord::Schema.define(version: 2021_04_29_132126) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -197,6 +197,8 @@ ActiveRecord::Schema.define(version: 2021_04_24_192800) do
t.integer "creature_id"
t.datetime "created_at", precision: 6, null: false
t.datetime "updated_at", precision: 6, null: false
t.integer "creature_display_id"
t.string "media_zoom_url"
t.index ["pet_id"], name: "index_wow_pets_on_pet_id", unique: true
end