Skip to content

Commit

Permalink
Added migrations to remove the example_stories table
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 27, 2010
1 parent cc07dc8 commit 2f0bf72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/example_story.rb

This file was deleted.

8 changes: 8 additions & 0 deletions db/migrate/20100727143019_removed_example_stories.rb
@@ -0,0 +1,8 @@
class RemovedExampleStories < ActiveRecord::Migration
def self.up
drop_table :example_stories
end

def self.down
end
end

0 comments on commit 2f0bf72

Please sign in to comment.