This commit is contained in:
hailin 2025-11-24 02:33:14 -08:00
parent 015f314907
commit 77725bd769
1 changed files with 1 additions and 2 deletions

View File

@ -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开始
},
});