mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-24 21:01:30 +00:00
Remove tweets, continued
This commit is contained in:
parent
d6baebc3bc
commit
f39ab459f6
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