Sha256: 381ac0df3e80e127a6db51eac1058e632fd5acf1dd75a113ec5fee47590ec671
Contents?: true
Size: 369 Bytes
Versions: 10
Compression:
Stored size: 369 Bytes
Contents
# This migration comes from tb_core (originally 20130620163144) class DropSpudAdminPermissions < ActiveRecord::Migration[4.2] 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
10 entries across 10 versions & 3 rubygems