Sha256: 7bf430ebdfbaaf1ab561d0c86ac3649c41bf0abe6e26444b035f5ec10f1344f8
Contents?: true
Size: 297 Bytes
Versions: 6
Compression:
Stored size: 297 Bytes
Contents
# This migration comes from faalis (originally 20131020124701) class CreateFaalisGroups < ActiveRecord::Migration def change create_table :faalis_groups do |t| t.string :name t.string :role t.timestamps end add_index :faalis_groups, :role, unique: true end end
Version data entries
6 entries across 6 versions & 2 rubygems