Sha256: d4e8d0abebfa8ccec461e0ed5a8df5aad4704cd091cf13e9bef87ed218bb5cfd
Contents?: true
Size: 284 Bytes
Versions: 93
Compression:
Stored size: 284 Bytes
Contents
class CreateTenonRoleAssignments < ActiveRecord::Migration def change create_table :tenon_role_assignments do |t| t.integer :user_id t.integer :role_id end add_index :tenon_role_assignments, :user_id add_index :tenon_role_assignments, :role_id end end
Version data entries
93 entries across 93 versions & 1 rubygems