From 472862e87da7eb718b5220da1516cc5b7046adc6 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 8 Jun 2020 13:52:31 +0100 Subject: [PATCH] DEV: Do not attempt to change schema of posts table Changing this requires rebuilding the badge_posts view, so will need to be done separately Followup to f7d676dc --- db/migrate/20200601130900_correct_schema_discrepancies.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/migrate/20200601130900_correct_schema_discrepancies.rb b/db/migrate/20200601130900_correct_schema_discrepancies.rb index 0531b789bea..ad18fed7c99 100644 --- a/db/migrate/20200601130900_correct_schema_discrepancies.rb +++ b/db/migrate/20200601130900_correct_schema_discrepancies.rb @@ -101,8 +101,6 @@ class CorrectSchemaDiscrepancies < ActiveRecord::Migration[6.0] post_details.key post_details.value post_search_data.locale - posts.action_code - posts.edit_reason schema_migrations.version screened_emails.email screened_urls.domain