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
4c185aec76
commit
cf8c9d3ed0
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