react-starter-kit
react-starter-kit copied to clipboard
fix: mirgation db issue
Fixed issue #2114
Unfortunately, PosrtgreSQL prior to v18 doesn't include UUID v7 and requires pg_uuidv7 extension which might be an issue for some users. Note that "uuid-ossp" extension doesn't have UUID v7 if I'm not mistaken.
This issue has been addressed in PRs #2133 #2132