Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarka Kadlecova <jarka@gitlab.com>2017-03-15 16:19:45 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-03-28 16:16:41 +0300
commitc729d9dae7ad8c32cbe93b590baa24c8133364e5 (patch)
tree45bccc7eca5c789821a2435e7a0f3f1c75fc9e0e /db/schema.rb
parent1c3c7fb25d972fc19d5b4bb371cb21094d81e478 (diff)
Create metadata when creating system notes
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 456dbd41230..dba242548c1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1078,7 +1078,7 @@ ActiveRecord::Schema.define(version: 20170317203554) do
create_table "system_note_metadata", force: :cascade do |t|
t.integer "note_id", null: false
t.integer "commit_count"
- t.string "icon"
+ t.string "action"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end