summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorKrasimir Angelov <kangelov@gitlab.com>2019-09-03 10:58:13 +1200
committerKrasimir Angelov <kangelov@gitlab.com>2019-09-03 15:39:33 +1200
commit36ea927c14b39cddbe2c14595c20877a1323f49f (patch)
treedf75b40bbda58963acd0b0fd6826fb4d67bb571d /db/schema.rb
parente6d871953fa2fbfdcf75aca5ef9f25c18dffc305 (diff)
downloadgitlab-ce-61927-pages-virtual-hosts-api.tar.gz
Add background migration to populate pages metadata61927-pages-virtual-hosts-api
Background migration to populate project_pages_metadata for each existing project. Migrate projects on demand if there is no existing record yet.
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 3ea5aad7ab8..f263fa6ad0a 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_09_02_131045) do
+ActiveRecord::Schema.define(version: 2019_09_02_153712) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_trgm"