added token sell to bank

This commit is contained in:
Kevsl 2024-06-14 15:52:09 +02:00
parent 7e9acd5873
commit 4162e2b3a5

View File

@ -1,8 +1,7 @@
import { PrismaClient } from '@prisma/client';
async function main() {
const prisma = new PrismaClient();
async function main() {
await this.prisma.role.create({
name: 'user',
});