Sha256: 22f2d4a1439d5151c6cd595c5e2c14a71da0cbf35a62b64fa68dbefce79eaf02
Contents?: true
Size: 294 Bytes
Versions: 20
Compression:
Stored size: 294 Bytes
Contents
class CreatePermissionTemplate < ActiveRecord::Migration[5.1] def change create_table :permission_templates do |t| t.belongs_to :workflow t.string :admin_set_id t.string :visibility t.timestamps end add_index :permission_templates, :admin_set_id end end
Version data entries
20 entries across 20 versions & 1 rubygems