Skip to content

Switch to UUID from sequential keys in 3 tables #3175

@bcb37

Description

@bcb37

Sequential auto-incrementing id fields in the database have created some complexity which upgrading postgres. We should be consistent in using UUIDs for id fields anyway.

There are 3 tables that should be easy to update, since there is no data (or very little data) in them in the deployed environments.

To do:
Update the id fields in the following tables from 'SERIAL' to UUID:

  • mooclet_version_condition_map
  • repeated_enrollment
  • setting

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions