summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-16 11:59:24 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-08-16 11:59:24 -0600
commit67a010794b2dca65e2c817f4f030c0a87d33dcd4 (patch)
tree449412cbd61539e9c6e6372d7c9d19ced019b51b
parent45f1a711c0d07b24b818a28f18d6ba0d1a425c0e (diff)
downloadgitlab-ce-67a010794b2dca65e2c817f4f030c0a87d33dcd4.tar.gz
Remove accidental addition of table and index.
-rw-r--r--db/schema.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 2f8a5bb0630..26321f8a8a2 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -652,16 +652,6 @@ ActiveRecord::Schema.define(version: 20160810142633) do
add_index "namespaces", ["path"], name: "index_namespaces_on_path_trigram", using: :gin, opclasses: {"path"=>"gin_trgm_ops"}
add_index "namespaces", ["type"], name: "index_namespaces_on_type", using: :btree
- create_table "note_templates", force: :cascade do |t|
- t.integer "user_id"
- t.string "title"
- t.text "note"
- t.datetime "created_at", null: false
- t.datetime "updated_at", null: false
- end
-
- add_index "note_templates", ["user_id"], name: "index_note_templates_on_user_id", using: :btree
-
create_table "notes", force: :cascade do |t|
t.text "note"
t.string "noteable_type"