about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-05-30 14:30:38 +0300
committermultiple creatures <dev@multiple-creature.party>2019-11-19 16:15:00 -0600
commit35d85c1622248e9c2b3b64d797c603ac5a903f0f (patch)
tree514a0a03d56fb621ebb79b3e51dbd5892d95b4bf /db/schema.rb
parente1ff8b2397d991844b1718b527cc646295d6e300 (diff)
Change default to single column UI (#10847)
Keep current setting for users who were active within the last month
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 63897a0e7..e2c8256b2 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -208,16 +208,6 @@ ActiveRecord::Schema.define(version: 2019_11_18_102858) do
     t.index ["target_account_id"], name: "index_blocks_on_target_account_id"
   end
 
-  create_table "bookmarks", force: :cascade do |t|
-    t.bigint "account_id", null: false
-    t.bigint "status_id", null: false
-    t.datetime "created_at", null: false
-    t.datetime "updated_at", null: false
-    t.index ["account_id", "status_id"], name: "index_bookmarks_on_account_id_and_status_id", unique: true
-    t.index ["account_id"], name: "index_bookmarks_on_account_id"
-    t.index ["status_id"], name: "index_bookmarks_on_status_id"
-  end
-
   create_table "conversation_mutes", force: :cascade do |t|
     t.bigint "conversation_id", null: false
     t.bigint "account_id", null: false