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

Dashboards: Add missing system color field #13906

Merged
merged 1 commit into from Jun 15, 2022

Conversation

joselcvarela
Copy link
Member

Description

When trying to apply a schema this change appears every time:

Fields:
  - Delete directus_dashboards.color

Be debugging a little I found that column color was added to directus_dashboards table, but is not specified on system fields (yaml files):
https://github.com/directus/directus/blob/fix/missing-dashboard-field/api/src/database/migrations/20220429B-add-color-to-insights-icon.ts#L10

This cause the schema to be applied wrongly.

Type of Change

  • Bugfix
  • New Feature
  • Refactor / codestyle updates
  • Other, please describe:

Requirements Checklist

  • New / updated tests are included
  • All tests are passing locally
  • Performed a self-review of the submitted code

If adding a new feature:

  • Documentation was added/updated

@joselcvarela joselcvarela marked this pull request as ready for review June 15, 2022 15:10
@rijkvanzanten rijkvanzanten self-assigned this Jun 15, 2022
@rijkvanzanten rijkvanzanten added this to the v9-next milestone Jun 15, 2022
@rijkvanzanten rijkvanzanten merged commit 08166c8 into main Jun 15, 2022
@rijkvanzanten rijkvanzanten deleted the fix/missing-dashboard-field branch June 15, 2022 15:28
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants