Actions
Refactor #22701
closedUse UUID column type instead of VARCHAR(36) for columns storing task uuids where possible
Pull request:
Fixed in Releases:
Found in Releases:
Description
sadly this is only supported on PostgreSQL, other dbs will have to stick with text uuids
So far I've found out the only place which needs fixing is katello_content_view_histories table
Updated by Adam Ruzicka over 6 years ago
- Copied from Refactor #22688: Use UUID column type instead of VARCHAR(36) for columns storing task uuids where possible added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7212 added
Updated by Adam Ruzicka over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|12f2a30b021c436a41dbfa8e1438258ccb068cab.
Updated by Andrew Kofink over 6 years ago
- Translation missing: en.field_release set to 338
Updated by Zach Huntington-Meath over 6 years ago
- Translation missing: en.field_release changed from 338 to 284
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/Katello/katello/pull/7214 added
Updated by Zach Huntington-Meath over 6 years ago
- Translation missing: en.field_release changed from 284 to 338
Updated by Adam Ruzicka over 6 years ago
- Has duplicate Bug #22827: CV versions are not visible due to PG::UndefinedFunction: ERROR: operator does not exist: uuid = character varying added
Updated by Lukas Pramuk over 6 years ago
- Related to Bug #22926: foreman-rake foreman_tasks:cleanup fails due to PG::UndefinedFunction: ERROR: operator does not exist: character varying = uuid added
Actions