summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAdam Hegyi <ahegyi@gitlab.com>2019-08-14 20:26:22 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-14 20:26:22 +0000
commit89bb700c61facdf7016edb964caa3de4322be993 (patch)
tree127ee43f2760846f1a30dbbd1f89de644bd146b7 /db/schema.rb
parentb3ca39aacc07da377dd1d3fd874732e7806a0265 (diff)
downloadgitlab-ce-89bb700c61facdf7016edb964caa3de4322be993.tar.gz
Migrate remaining users with null private_profile
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 003f12b5171..7c4a91da750 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 2019_08_06_071559) do
+ActiveRecord::Schema.define(version: 2019_08_12_070645) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_trgm"