Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Oct 31, 2023
1 parent 0cb190e commit 72145b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prisma/seeds/update-user-id.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
Change user ID in database from int to 25char id
https://github.com/sinamics/ztnet/pull/191
*/

import { PrismaClient } from "@prisma/client";
import { createId } from "@paralleldrive/cuid2";

Expand Down

0 comments on commit 72145b9

Please sign in to comment.