Fix seeding

This commit is contained in:
Douglas Barone 2022-12-08 15:05:58 -04:00
parent 5628fe3340
commit 18ef12f537

View File

@ -4,13 +4,13 @@ const prisma = new PrismaClient()
async function seed() {
const subNetsInfo = [
{
shortName: 'RT',
shortName: 'RT1',
name: 'Reitoria',
cidr: '10.0.0.0/16'
},
{
shortName: 'RT',
name: 'Reitoria',
shortName: 'RT2',
name: 'Reitoria 2',
cidr: '10.1.0.0/16'
},
{