ironic/releasenotes/notes/increase_node_history_user_column_limit-8da6ae03288bff26.yaml
CID ef8bca007d Fix data length exceeding limit error
This commit increases the length of the 'user' column to
accommodate longer UUIDs, ensuring that the full user UUIDs are stored
without exceeding the column limit.

Closes-Bug: #2054594
Change-Id: I59b435ca2bb5850bb2338228b64868c2003bfea3
2024-03-16 22:26:15 +00:00

7 lines
240 B
YAML

---
fixes:
- |
Increases the 32-character limit of the ``user`` column in the
``NodeHistory`` model to support up to 64-character-long values.
For more information, `see bug <https://bugs.launchpad.net/ironic/+bug/2054594>`_.