Sha256: be1b659ced4bd9351c6a5b0accb25cd54483382a14e022618c7be8e935e9b5bf
Contents?: true
Size: 422 Bytes
Versions: 17
Compression:
Stored size: 422 Bytes
Contents
# This migration comes from tb_core (originally 20130620151132) class CreateSpudRolePermissions < ActiveRecord::Migration def change create_table :spud_role_permissions do |t| t.integer :spud_role_id, null: false t.string :spud_permission_tag, null: false t.timestamps end add_index :spud_role_permissions, :spud_role_id add_index :spud_role_permissions, :spud_permission_tag end end
Version data entries
17 entries across 17 versions & 5 rubygems