Commit 283c7d81b859af24ef9215d184295dc413143c1e
Exists in
master
and in
27 other branches
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
db/schema.rb
| ... | ... | @@ -241,14 +241,6 @@ ActiveRecord::Schema.define(:version => 20150122165042) do |
| 241 | 241 | t.datetime "updated_at" |
| 242 | 242 | end |
| 243 | 243 | |
| 244 | - create_table "chat_messages", :force => true do |t| | |
| 245 | - t.integer "to_id" | |
| 246 | - t.integer "from_id" | |
| 247 | - t.string "body" | |
| 248 | - t.datetime "created_at", :null => false | |
| 249 | - t.datetime "updated_at", :null => false | |
| 250 | - end | |
| 251 | - | |
| 252 | 244 | create_table "comments", :force => true do |t| |
| 253 | 245 | t.string "title" |
| 254 | 246 | t.text "body" | ... | ... |