added Create User
This commit is contained in:
@@ -49,20 +49,6 @@ async function main() {
|
||||
skipDuplicates: true,
|
||||
});
|
||||
console.log('---------------Created settings-----------------');
|
||||
|
||||
// // Clear existing todos
|
||||
// await prisma.todo.deleteMany()
|
||||
|
||||
// // Create example todos
|
||||
// const todos = await prisma.todo.createMany({
|
||||
// data: [
|
||||
// { title: 'Buy groceries' },
|
||||
// { title: 'Read a book' },
|
||||
// { title: 'Workout' },
|
||||
// ],
|
||||
// })
|
||||
|
||||
// console.log(`✅ Created ${todos.count} todos`)
|
||||
}
|
||||
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user