diff options
Diffstat (limited to 'db/migrate/20170924152817_add_ot_gender_to_pokemon.rb')
-rw-r--r-- | db/migrate/20170924152817_add_ot_gender_to_pokemon.rb | 2 |
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 @@ | |||
1 | class AddOtGenderToPokemon < ActiveRecord::Migration[5.1] | 1 | class 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 |
5 | end | 5 | end |