Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check for UUID extension in test database
This commit adds a function to ensure that the UUID extension is available in the PostgreSQL database used for integration tests. If the PostgreSQL version is less than 13, it enables the 'pgcrypto' extension. This is necessary as older versions of PostgreSQL do not support UUID generation natively.
- Loading branch information