Sha256: 54766dc0e3e2d3a0b6ed46a3006cd72f1ea17a1b4c1fc25b1d879bedea53e449
Contents?: true
Size: 216 Bytes
Versions: 37
Compression:
Stored size: 216 Bytes
Contents
class AddDayOfMonthAndCronLineToScaptimonyPolicy < ActiveRecord::Migration def change add_column :scaptimony_policies, :day_of_month, :integer add_column :scaptimony_policies, :cron_line, :string end end
Version data entries
37 entries across 37 versions & 2 rubygems