Skip to content

[document_repository] Add missing field rename SQL patch#10910

Open
shonibare wants to merge 1 commit into
aces:29.0-releasefrom
shonibare:29.0-release
Open

[document_repository] Add missing field rename SQL patch#10910
shonibare wants to merge 1 commit into
aces:29.0-releasefrom
shonibare:29.0-release

Conversation

@shonibare

Copy link
Copy Markdown
Contributor

Related to #10867

FYI

The hide_file field was added, and the hide_video field was removed from SQL/0000-00-00-schema.sql, but the SQL patch required to rename the existing field was never added. As a result, the database schema may be out of sync, which could explain why you're unable to save changes to the file.

To Test

  1. Check the document_repository table if hide_file field exists. If it doesn't exist, goto step 2; otherwise, goto step 3
  2. Run patch SQL/New_patches/2026-06-14_rename_hide_video_field_document_repository.sql, then go to 4.
  3. If the hide_file field exists in the document_repository, see if you can reproduce the bug reported here
  4. See if you can modify a file and save it as instructed here

@shonibare shonibare added Critical to release PR or issue is key for the release to which it has been assigned Module: document_repository PR or issue related to documen_repository module 29.0.0 - Bugs Issues found during the release testing for 29.0.0 labels Jul 14, 2026
@github-actions github-actions Bot added the Language: SQL PR or issue that update SQL code label Jul 14, 2026
@shonibare shonibare changed the title [document_repository] Add missing field rename patch [document_repository] Add missing field rename SQL patch Jul 15, 2026
@CamilleBeau
CamilleBeau requested a review from priyavrat7 July 16, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

29.0.0 - Bugs Issues found during the release testing for 29.0.0 Critical to release PR or issue is key for the release to which it has been assigned Language: SQL PR or issue that update SQL code Module: document_repository PR or issue related to documen_repository module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants