Skip to content

Convert database id properties from numeric to UUID #1027

Open
@jbair06

Description

@jbair06

Problem

The front-end deals with transactions and all other entities saved in the back-end using the id property. This property is numeric. This means there is potential for id cross-over (from one table to another, or from one organization to another) that might cause issues in the future. This is unlikely, however, as data from the back-end is separated by organization.

Solution

Convert all numeric ids to UUIDs. This will require a lot of work on the back-end and front-end.

Alternatives

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    AuditIssues resulting from a code or process auditSprint BacklogIssue is tied to a sprint and to be completed after high priority issues are completed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions