Sha256: 89c2431d4ffd30b5473820439fdb71ceb644a31d815968b01b0968a94120422c
Contents?: true
Size: 200 Bytes
Versions: 53
Compression:
Stored size: 200 Bytes
Contents
class AddAdditionalFieldsToKuhsaftBricks < ActiveRecord::Migration def change add_column :kuhsaft_bricks, :asset, :string add_column :kuhsaft_bricks, :open_in_new_window, :boolean end end
Version data entries
53 entries across 53 versions & 2 rubygems