Sha256: d6a585b29ec3e265a3b6f095fcd813fb402699bc2869ad8a41daaa4761002434
Contents?: true
Size: 221 Bytes
Versions: 75
Compression:
Stored size: 221 Bytes
Contents
class AddDayOfMonthAndCronLineToScaptimonyPolicy < ActiveRecord::Migration[4.2] def change add_column :scaptimony_policies, :day_of_month, :integer add_column :scaptimony_policies, :cron_line, :string end end
Version data entries
75 entries across 75 versions & 1 rubygems