summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-01 11:23:15 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-01 11:23:15 -0300
commit9a5c9b46922aeb91e5027b0511e6526c8dd34827 (patch)
tree669a575b7c38a50fa9d78f477a9fb58a4dd0a333 /db/schema.rb
parent443573ad936f792737fbd5f1902aa4fb87134231 (diff)
downloadgitlab-ce-9a5c9b46922aeb91e5027b0511e6526c8dd34827.tar.gz
Add migration to set confidential issues events on web hooks
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 c9560abeb92..f5abdbfeb9c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20160830232601) do
+ActiveRecord::Schema.define(version: 20160901141443) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"