Class: RemoveCampaigns
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- RemoveCampaigns
- Defined in:
- db/migrate/20130510021637_remove_campaigns.rb
Instance Method Summary collapse
Instance Method Details
#up ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'db/migrate/20130510021637_remove_campaigns.rb', line 2 def up drop_table :attachments drop_table :attachments_email_templates drop_table :email_addresses drop_table :email_templates drop_table :web_templates drop_table :campaigns end |