about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dummy/db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dummy/db/schema.rb b/test/dummy/db/schema.rb index 1ce4679..9d6d773 100644 --- a/test/dummy/db/schema.rb +++ b/test/dummy/db/schema.rb
@@ -10,7 +10,7 @@
10# 10#
11# It's strongly recommended that you check this file into your version control system. 11# It's strongly recommended that you check this file into your version control system.
12 12
13ActiveRecord::Schema.define(version: 20170924035127) do 13ActiveRecord::Schema.define(version: 20170924152817) do
14 14
15 create_table "pokeviewer_moves", force: :cascade do |t| 15 create_table "pokeviewer_moves", force: :cascade do |t|
16 t.string "name", limit: 191, null: false 16 t.string "name", limit: 191, null: false
@@ -37,6 +37,7 @@ ActiveRecord::Schema.define(version: 20170924035127) do
37 t.string "unown_letter", limit: 1 37 t.string "unown_letter", limit: 1
38 t.datetime "created_at", null: false 38 t.datetime "created_at", null: false
39 t.datetime "updated_at", null: false 39 t.datetime "updated_at", null: false
40 t.string "ot_gender", default: "", null: false
40 t.index ["key"], name: "index_pokeviewer_pokemon_on_key", unique: true 41 t.index ["key"], name: "index_pokeviewer_pokemon_on_key", unique: true
41 t.index ["species_id"], name: "index_pokeviewer_pokemon_on_species_id" 42 t.index ["species_id"], name: "index_pokeviewer_pokemon_on_species_id"
42 t.index ["trainer_id"], name: "index_pokeviewer_pokemon_on_trainer_id" 43 t.index ["trainer_id"], name: "index_pokeviewer_pokemon_on_trainer_id"