Sha256: 3e36241ad7b3df3cb4622ff9362e8724fb3158cfc2ef2d7ff8fb267ad1b0ca0c
Contents?: true
Size: 242 Bytes
Versions: 35
Compression:
Stored size: 242 Bytes
Contents
class CleanupLegacyTables < ActiveRecord::Migration def up drop_table :checkouts drop_table :transactions drop_table :open_id_authentication_associations drop_table :open_id_authentication_nonces end def down end end
Version data entries
35 entries across 35 versions & 3 rubygems