Sha256: 444f9f3d2efcb0c2e64d6200a06a0e90299d5597541bc5d0957403963437b19f
Contents?: true
Size: 428 Bytes
Versions: 60
Compression:
Stored size: 428 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
60 entries across 60 versions & 9 rubygems