Sha256: 088c36701655aa56f71c7144edfd1390f154249f2f82796afa4019a342662263
Contents?: true
Size: 213 Bytes
Versions: 2
Compression:
Stored size: 213 Bytes
Contents
# This migration comes from spud_core (originally 20120328235431) class AddScopeToSpudAdminPermissions < ActiveRecord::Migration[4.2] def change add_column :spud_admin_permissions, :scope, :string end end
Version data entries
2 entries across 2 versions & 1 rubygems