about summary refs log tree commit diff stats
path: root/data/maps/the_bearer/rooms/Blue Vegetable (View).txtpb
blob: cf1ffd3cffef9c8f7687f6c464714882d888f89a (plain) (blame)
1
2
3
4
5
6
7
8
name: "Blue Vegetable (View)"
panels {
  name: "THORN"
  path: "Panels/Blue/panel_1"
  clue: "thorn"
  answer: "corn"
  symbols: ZERO
}
s="o">::Migration[5.1] def change change_table :pokeviewer_species do |t| t.string :type_1, null: false, default: "" t.string :type_2 t.references :ability_1, null: false, default: 0 t.references :ability_2 end change_column_default :pokeviewer_species, :type_1, nil change_column_default :pokeviewer_species, :ability_1_id, nil add_foreign_key :pokeviewer_species, :pokeviewer_abilities, column: :ability_1_id add_foreign_key :pokeviewer_species, :pokeviewer_abilities, column: :ability_2_id end end