about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-09-24 11:23:27 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-09-24 11:23:27 -0400
commit2405727d7d62fce31102520167cde42ee688c198 (patch)
treefbbf85f42ca6f0c17573974ca9c265a0d5aaf060 /test
parent0df34b64734e686f399ad7081c9b4e4921f75d64 (diff)
downloadpokeviewer-2405727d7d62fce31102520167cde42ee688c198.tar.gz
pokeviewer-2405727d7d62fce31102520167cde42ee688c198.tar.bz2
pokeviewer-2405727d7d62fce31102520167cde42ee688c198.zip
Started working on UI
This commit imports a lot of assets from veekun, as well as a font from
http://www.victoryroad.net/showthread.php?t=1507
Diffstat (limited to 'test')
-rw-r--r--test/dummy/db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dummy/db/schema.rb b/test/dummy/db/schema.rb index ef8b1ae..1ce4679 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: 20170917011258) do 13ActiveRecord::Schema.define(version: 20170924035127) 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
@@ -29,7 +29,7 @@ ActiveRecord::Schema.define(version: 20170917011258) do
29 t.integer "ot_number", null: false 29 t.integer "ot_number", null: false
30 t.string "met_type", null: false 30 t.string "met_type", null: false
31 t.string "met_location" 31 t.string "met_location"
32 t.integer "met_level", null: false 32 t.integer "met_level"
33 t.boolean "shiny", default: false, null: false 33 t.boolean "shiny", default: false, null: false
34 t.string "nature", null: false 34 t.string "nature", null: false
35 t.string "gender", null: false 35 t.string "gender", null: false