diff --git a/db/migrate/20150701233306_remove_tweets.rb b/db/migrate/20150701233306_remove_tweets.rb new file mode 100644 index 0000000..d86c6ee --- /dev/null +++ b/db/migrate/20150701233306_remove_tweets.rb @@ -0,0 +1,8 @@ +class RemoveTweets < ActiveRecord::Migration + def up + drop_table :tweets + end + + def down + end +end