gitlab-org--gitlab-foss/db
DJ Mountney 1d1363e2bb Bring in security changes from the 9.2.5 release
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick <SHA of the patchfile commit>
 - [Resolved conflicts]
 - git cherry-pick --continue
2017-06-07 21:16:20 -07:00
..
fixtures Merge branch 'instrument-infra' into 'master' 2017-06-07 10:46:56 +00:00
migrate Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
post_migrate Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
schema.rb Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
seeds.rb