Sha256: 564291883fc31cb2d19ac4b18fe3ea99b4ebe73c6e87889fe063be2436d1eafc
Contents?: true
Size: 300 Bytes
Versions: 35
Compression:
Stored size: 300 Bytes
Contents
class DropSpudAdminPermissions < ActiveRecord::Migration def up drop_table :spud_admin_permissions end def down create_table :spud_admin_permissions do |t| t.integer :user_id t.string :name t.boolean :access t.string :scope t.timestamps end end end
Version data entries
35 entries across 35 versions & 1 rubygems