Fix readme: uuid feature is gating for all repos (#3720)

The readme previously stated that the uuid feature is only for postres but it actually also gates the functionality in mysql and sqlite.
This commit is contained in:
Jon Thacker 2025-01-31 15:22:47 -08:00 committed by GitHub
parent 4d638c9e24
commit 5b26369a59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,7 +208,7 @@ be removed in the future.
- `migrate`: Add support for the migration management and `migrate!` macro, which allow compile-time embedded migrations.
- `uuid`: Add support for UUID (in Postgres).
- `uuid`: Add support for UUID.
- `chrono`: Add support for date and time types from `chrono`.