about summary refs log tree commit diff stats
path: root/db/migrate/20170929221317_create_pokeviewer_gift_ribbons.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170929221317_create_pokeviewer_gift_ribbons.rb')
-rw-r--r--db/migrate/20170929221317_create_pokeviewer_gift_ribbons.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170929221317_create_pokeviewer_gift_ribbons.rb b/db/migrate/20170929221317_create_pokeviewer_gift_ribbons.rb index deedc80..fac7635 100644 --- a/db/migrate/20170929221317_create_pokeviewer_gift_ribbons.rb +++ b/db/migrate/20170929221317_create_pokeviewer_gift_ribbons.rb
@@ -1,6 +1,6 @@
1class CreatePokeviewerGiftRibbons < ActiveRecord::Migration[5.1] 1class CreatePokeviewerGiftRibbons < ActiveRecord::Migration[5.1]
2 def change 2 def change
3 create_table :pokeviewer_gift_ribbons do |t| 3 create_table :gift_ribbons do |t|
4 t.string :description, null: false 4 t.string :description, null: false
5 5
6 t.timestamps 6 t.timestamps