Sha256: 0eff8f7142a62805132ade8747f3447a786069c9cce4b131084edeae6294b60a
Contents?: true
Size: 308 Bytes
Versions: 24
Compression:
Stored size: 308 Bytes
Contents
class RemoveExtentFromAuthorization < ActiveRecord::Migration def self.up remove_column :authorizations, :extent remove_column :authorizations, :extent_type end def self.down add_column :authorizations, :extent, :string add_column :authorizations, :extent_type, :string end end
Version data entries
24 entries across 20 versions & 1 rubygems