Sha256: cea2bfb7b0d06a9e10bdcd38e3644af045c29cd6693c482ca1deb15af51c5717
Contents?: true
Size: 175 Bytes
Versions: 15
Compression:
Stored size: 175 Bytes
Contents
class AddBaseUrlToApplication < ActiveRecord::Migration def change add_column :applications, :base_url, :string unless column_exists? :applications, :base_url end end
Version data entries
15 entries across 15 versions & 1 rubygems