mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user