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
This commit is contained in:
David Taylor 2020-06-08 13:52:31 +01:00
parent 556380f970
commit 472862e87d
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 0 additions and 2 deletions

View File

@ -101,8 +101,6 @@ class CorrectSchemaDiscrepancies < ActiveRecord::Migration[6.0]
post_details.key post_details.key
post_details.value post_details.value
post_search_data.locale post_search_data.locale
posts.action_code
posts.edit_reason
schema_migrations.version schema_migrations.version
screened_emails.email screened_emails.email
screened_urls.domain screened_urls.domain