From 36ea927c14b39cddbe2c14595c20877a1323f49f Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 3 Sep 2019 10:58:13 +1200 Subject: Add background migration to populate pages metadata Background migration to populate project_pages_metadata for each existing project. Migrate projects on demand if there is no existing record yet. --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/schema.rb') 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" -- cgit v1.2.1