Sha256: c420c8333b984ce69df1fc7244f0c995728b651684886932509604dbde3060f2
Contents?: true
Size: 167 Bytes
Versions: 13
Compression:
Stored size: 167 Bytes
Contents
class AddTriggerAndParamsToActions < ActiveRecord::Migration def change add_column :actions, :trigger, :string add_column :actions, :params, :text end end
Version data entries
13 entries across 13 versions & 1 rubygems