♻️ refactor: change all id types to uuidv7
This commit is contained in:
4
src/helpers/databases/uuidv7.ts
Normal file
4
src/helpers/databases/uuidv7.ts
Normal file
@ -0,0 +1,4 @@
|
||||
// utils/uuidv7.ts
|
||||
import { uuidv7 } from "uuidv7";
|
||||
|
||||
export const generateUUIDv7 = () => uuidv7();
|
||||
Reference in New Issue
Block a user