Sha256: 92199ab9b50708fc26721c8441d049ef1b63be91a369045b381d78fd97ff069b
Contents?: true
Size: 175 Bytes
Versions: 144
Compression:
Stored size: 175 Bytes
Contents
class AddEffectiveUserToTemplateInvocation < ActiveRecord::Migration[4.2] def change add_column :template_invocations, :effective_user, :string, :limit => 255 end end
Version data entries
144 entries across 144 versions & 1 rubygems