Sha256: 9257bc49e8ceb3e7b47b63335f98056213d1110dbed8c98f94ff607782f20375
Contents?: true
Size: 252 Bytes
Versions: 55
Compression:
Stored size: 252 Bytes
Contents
class CleanupLegacyTables < ActiveRecord::Migration def self.up drop_table :checkouts drop_table :transactions drop_table :open_id_authentication_associations drop_table :open_id_authentication_nonces end def self.down end end
Version data entries
55 entries across 43 versions & 9 rubygems