- Gruppi (3) - lista degli utenti del gruppo

This commit is contained in:
paoloar77
2022-02-05 23:28:15 +01:00
parent daf872fe55
commit 16664f7be7
12 changed files with 387 additions and 107 deletions

View File

@@ -34,6 +34,10 @@ module.exports = {
const { Sector } = require('../models/sector');
this.insertIntoDb('sectors', Sector)
// CatGrps
const { CatGrp } = require('../models/catgrp');
this.insertIntoDb('catgrps', CatGrp)
// Skills (Competenze)
const { Skill } = require('../models/skill');
this.insertIntoDb('skills', Skill)