Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop the data ignored column from the DataExport model #9491

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

Nitemaeric
Copy link
Contributor

Context

Now that we've dropped the database column, we can safely remove the ignored column from our model.

This is the final step, step 3, to drop the data column entirely.

Step 1 - Ignore the data column in our model
Step 2 - Migration to remove the column
Step 3 - Remove the ignore_columns call

Changes proposed in this pull request

  • Remove self.ignored_columns += %w[data] from the DataExport model.

Guidance to review

Refer to #9486 for Step 2.

@Nitemaeric Nitemaeric self-assigned this Jun 20, 2024
@Nitemaeric Nitemaeric requested a review from a team June 20, 2024 11:24
@Nitemaeric Nitemaeric merged commit 80d87cc into main Jun 21, 2024
24 checks passed
@Nitemaeric Nitemaeric deleted the dd/remove-unused-data-exports-data-field branch June 21, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants