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:
parent
556380f970
commit
472862e87d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue