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
path: root/db
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-02-01 00:48:18 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-02-01 02:23:15 +0300
commit270adf1cbc0903708d4df225e423e3ca02a936d3 (patch)
treecf66266df93306ad0b569cb55f2f072e9f88966d /db
parente853495f80de79213a15f15a72171955d04f13e0 (diff)
Merge branch 'fix-mermaid-xss' into 'security-10-4'
[10.4] Fix stored XSS in code blocks See merge request gitlab/gitlabhq!2316
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index b8a29d8c046..7250a7452c0 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: 20180113220114) do
+ActiveRecord::Schema.define(version: 20180122154930) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"