From a02061295995b288ddadd9ddcaa767ef9df0757c Mon Sep 17 00:00:00 2001 From: Bryce Johnson Date: Sat, 22 Apr 2017 01:47:07 -0400 Subject: Checkpoint. Don't push. --- db/schema.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index 6dd3cac6b73..8ef3a345d0f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1160,6 +1160,8 @@ ActiveRecord::Schema.define(version: 20170420092524) do t.datetime "updated_at", null: false end + add_index "system_note_metadata", ["note_id"], name: "index_system_note_metadata_on_note_id", unique: true, using: :btree + create_table "taggings", force: :cascade do |t| t.integer "tag_id" t.integer "taggable_id" -- cgit v1.2.1