about summary refs log tree commit diff stats
path: root/data/maps/the_symbolic/rooms/Last Room.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_symbolic/rooms/Last Room.txtpb')
0 files changed, 0 insertions, 0 deletions
d='n12' href='#n12'>12 13












                                                                  
# This migration comes from pokeviewer (originally 20170917011102)
class CreatePokeviewerMoves < ActiveRecord::Migration[5.1]
  def change
    create_table :pokeviewer_moves do |t|
      t.string :name, null: false, limit: 191
      t.integer :pp, null: false

      t.timestamps
    end

    add_index :pokeviewer_moves, :name, unique: true
  end
end