Remove tweets

This commit is contained in:
Ari Timonen 2015-07-02 02:34:39 +03:00
parent 94ba3414eb
commit fecd0742aa
6 changed files with 1 additions and 106 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20150621212615) do
ActiveRecord::Schema.define(:version => 20150701233306) do
create_table "article_versions", :force => true do |t|
t.integer "article_id"
@ -715,15 +715,6 @@ ActiveRecord::Schema.define(:version => 20150621212615) do
add_index "topics", ["forum_id"], :name => "index_topics_on_forum_id"
add_index "topics", ["user_id"], :name => "index_topics_on_user_id"
create_table "tweets", :force => true do |t|
t.string "msg"
t.string "link"
t.datetime "created_at"
t.datetime "updated_at"
end
add_index "tweets", ["created_at"], :name => "index_tweets_on_created_at"
create_table "user_versions", :force => true do |t|
t.integer "user_id"
t.integer "version"