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

Fix containers migration while adding is_recursive field #919

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RomainLvr
Copy link
Contributor

Checklist before requesting a review

Please delete options that are not relevant.

  • I have performed a self-review of my code.
  • I have added tests (when available) that prove my fix is effective or that my feature works.
  • I have updated the CHANGELOG with a short functional description of the fix or new feature.
  • This change requires a documentation update.

Description

  • It fixes !36154
  • Here is a brief description of what this PR does

when updating to the latest version :

Error during database query: ALTER TABLE `glpi_plugin_fields_<table_name>` ADD `is_recursive` TINYINT NOT NULL DEFAULT '0' AFTER `entities_id` ,  
  ADD INDEX `is_recursive` (`is_recursive`) - The error is Unknown column 'entities_id' in 'glpi_plugin_fields_<table_name>'.

@RomainLvr RomainLvr requested review from stonebuzz and Rom1-B February 4, 2025 11:05
@RomainLvr RomainLvr self-assigned this Feb 4, 2025
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.

2 participants