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() { async function seed() {
const subNetsInfo = [ const subNetsInfo = [
{ {
shortName: 'RT', shortName: 'RT1',
name: 'Reitoria', name: 'Reitoria',
cidr: '10.0.0.0/16' cidr: '10.0.0.0/16'
}, },
{ {
shortName: 'RT', shortName: 'RT2',
name: 'Reitoria', name: 'Reitoria 2',
cidr: '10.1.0.0/16' cidr: '10.1.0.0/16'
}, },
{ {