This commit is contained in:
parent
015f314907
commit
77725bd769
|
|
@ -19,8 +19,7 @@ async function main() {
|
|||
await prisma.accountSequenceGenerator.create({
|
||||
data: {
|
||||
id: 1,
|
||||
lastSequence: BigInt(100000), // 从100000开始
|
||||
updatedAt: new Date(),
|
||||
currentSequence: BigInt(100000), // 从100000开始
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue