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