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
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: