react-starter-kit icon indicating copy to clipboard operation
react-starter-kit copied to clipboard

fix: mirgation db issue

Open xingarr opened this issue 3 months ago • 1 comments

Fixed issue #2114

xingarr avatar Oct 31 '25 00:10 xingarr

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

koistya avatar Dec 05 '25 23:12 koistya