mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-31 08:51:13 +00:00
Remove tweets
This commit is contained in:
parent
94ba3414eb
commit
fecd0742aa
6 changed files with 1 additions and 106 deletions
11
db/schema.rb
11
db/schema.rb
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue