X Tutup
Skip to content

Allow command maintenance:mimetype:update-db --repair-filecache to run properly#38426

Merged
AlexAndBear merged 1 commit intomasterfrom
issues/38425
Feb 19, 2021
Merged

Allow command maintenance:mimetype:update-db --repair-filecache to run properly#38426
AlexAndBear merged 1 commit intomasterfrom
issues/38425

Conversation

@AlexAndBear
Copy link

@AlexAndBear AlexAndBear commented Feb 18, 2021

Description

This command was designed, to sync ne mimetypes to the mimetypes table and update existing records in the filecache table, due a faulty sql statement, the update never worked.

Related Issue

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@AlexAndBear AlexAndBear self-assigned this Feb 18, 2021
@AlexAndBear AlexAndBear changed the title Issues/38425 Allow command maintenance:mimetype:update-db --repair-filecache to run properly Feb 18, 2021
@AlexAndBear AlexAndBear marked this pull request as ready for review February 18, 2021 15:46
@owncloud owncloud deleted a comment from update-docs bot Feb 18, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AlexAndBear AlexAndBear merged commit 5a3d62c into master Feb 19, 2021
@delete-merged-branch delete-merged-branch bot deleted the issues/38425 branch February 19, 2021 10:48
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.

Command occ maintenance:mimetype:update-db --repair-filecache doesn't work

4 participants

X Tutup