Sha256: 74bc6205f076e487d9a8722aa0ec25c2daa758df904c5075b8554c01cd812c3f
Contents?: true
Size: 170 Bytes
Versions: 16
Compression:
Stored size: 170 Bytes
Contents
class AddEffectiveUserToTemplateInvocation < ActiveRecord::Migration def change add_column :template_invocations, :effective_user, :string, :limit => 255 end end
Version data entries
16 entries across 16 versions & 1 rubygems