Commit f6358b745f14e82faa0d4f4cb1d5fbe7d44b6300

Authored by Leandro Santos
1 parent e156d9fc

revert schema changes

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
@@ -289,11 +289,8 @@ ActiveRecord::Schema.define(version: 20160422163123) do @@ -289,11 +289,8 @@ ActiveRecord::Schema.define(version: 20160422163123) do
289 t.string "user_agent" 289 t.string "user_agent"
290 t.string "referrer" 290 t.string "referrer"
291 t.text "settings" 291 t.text "settings"
292 - t.integer "paragraph_id"  
293 - t.string "paragraph_uuid"  
294 end 292 end
295 293
296 - add_index "comments", ["paragraph_uuid"], name: "index_comments_on_paragraph_uuid", using: :btree  
297 add_index "comments", ["source_id", "spam"], name: "index_comments_on_source_id_and_spam", using: :btree 294 add_index "comments", ["source_id", "spam"], name: "index_comments_on_source_id_and_spam", using: :btree
298 295
299 create_table "contact_lists", force: :cascade do |t| 296 create_table "contact_lists", force: :cascade do |t|