Skip to content

Commit

Permalink
corrected table name in down migration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Oct 26, 2010
1 parent b766967 commit 3e83e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/templates/apn_migrations/004_create_apn_apps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def self.up
end

def self.down
drop_table :apps
drop_table :apn_apps
remove_column :apn_devices, :app_id
end
end
end

0 comments on commit 3e83e04

Please sign in to comment.