Sha256: e0d73d1f1fb45c5dde7ff6543ad8c8dcb668ad7ed61b0c159a9b580434647661
Contents?: true
Size: 364 Bytes
Versions: 77
Compression:
Stored size: 364 Bytes
Contents
# This migration comes from tb_core (originally 20130620163144) 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
77 entries across 77 versions & 9 rubygems