Skip to content

Commit 5b26369

Browse files
authored
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.
1 parent 4d638c9 commit 5b26369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ be removed in the future.
208208

209209
- `migrate`: Add support for the migration management and `migrate!` macro, which allow compile-time embedded migrations.
210210

211-
- `uuid`: Add support for UUID (in Postgres).
211+
- `uuid`: Add support for UUID.
212212

213213
- `chrono`: Add support for date and time types from `chrono`.
214214

0 commit comments

Comments
 (0)