about summary refs log tree commit diff stats
path: root/db/migrate/20170924152817_add_ot_gender_to_pokemon.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170924152817_add_ot_gender_to_pokemon.rb')
-rw-r--r--db/migrate/20170924152817_add_ot_gender_to_pokemon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170924152817_add_ot_gender_to_pokemon.rb b/db/migrate/20170924152817_add_ot_gender_to_pokemon.rb index b5f715c..c3c3086 100644 --- a/db/migrate/20170924152817_add_ot_gender_to_pokemon.rb +++ b/db/migrate/20170924152817_add_ot_gender_to_pokemon.rb
@@ -1,5 +1,5 @@
1class AddOtGenderToPokemon < ActiveRecord::Migration[5.1] 1class AddOtGenderToPokemon < ActiveRecord::Migration[5.1]
2 def change 2 def change
3 add_column :pokeviewer_pokemon, :ot_gender, :string, null: false, default: "" 3 add_column :pokemon, :ot_gender, :string, null: false, default: ""
4 end 4 end
5end 5end