Commit 025643a62df719a6cfe63f5927d45585d655a1da
1 parent
171be5c7
Exists in
master
and in
29 other branches
db/schema.rb: update
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,14 +241,6 @@ ActiveRecord::Schema.define(:version => 20150122165042) do | ||
241 | t.datetime "updated_at" | 241 | t.datetime "updated_at" |
242 | end | 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 | create_table "comments", :force => true do |t| | 244 | create_table "comments", :force => true do |t| |
253 | t.string "title" | 245 | t.string "title" |
254 | t.text "body" | 246 | t.text "body" |