mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 06:00:12 +02:00
added token sell to bank
This commit is contained in:
parent
77f9f59251
commit
7e9acd5873
@ -1,7 +1,8 @@
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
async function main() {
|
||||
const prisma = new PrismaClient();
|
||||
|
||||
await this.prisma.role.create({
|
||||
name: 'user',
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user