Sha256: e59de4e5a00846e8f7a4b86cc0c6a0eaaaa5b52b51afa40f089048d8d27a0aaf
Contents?: true
Size: 234 Bytes
Versions: 21
Compression:
Stored size: 234 Bytes
Contents
class DropTaxTreatments < ActiveRecord::Migration def self.up drop_table :tax_treatments drop_table :categories_tax_treatments drop_table :products_tax_treatments end def self.down # No going back. end end
Version data entries
21 entries across 21 versions & 3 rubygems