mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Remove tweets, continued
This commit is contained in:
parent
fecd0742aa
commit
c0d66eb7cf
1 changed files with 8 additions and 0 deletions
8
db/migrate/20150701233306_remove_tweets.rb
Normal file
8
db/migrate/20150701233306_remove_tweets.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
class RemoveTweets < ActiveRecord::Migration
|
||||
def up
|
||||
drop_table :tweets
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue