Skip to content

Increase fac_Config.Value column size for upgraded installations#1651

Open
lacatoire wants to merge 1 commit intoopendcim:masterfrom
lacatoire:fix/1104-increase-config-value-size
Open

Increase fac_Config.Value column size for upgraded installations#1651
lacatoire wants to merge 1 commit intoopendcim:masterfrom
lacatoire:fix/1104-increase-config-value-size

Conversation

@lacatoire
Copy link
Copy Markdown

@lacatoire lacatoire commented Feb 10, 2026

Summary

  • Added ALTER TABLE fac_Config MODIFY Value text NOT NULL to the 23.04-to-25.01 migration script
  • New installations already have TEXT type from create.sql, but installations upgraded from older versions still have VARCHAR(200) which is too short for long LDAP base search paths
  • This ensures upgraded installations get the same column type as new installs

Fixes #1104

Installations upgraded from older versions still have VARCHAR(200) for
the Value column in fac_Config, which is too short for long LDAP base
search paths. New installs already use TEXT from create.sql. This
migration ensures upgraded installations get the same column type.

Fixes opendcim#1104
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.

Increase fac_Config.Value size

1 participant