docs(seeder): 📊 updated summary because numbers matter
This commit is contained in:
parent
b36760daa2
commit
93b413d256
1 changed files with 3 additions and 4 deletions
|
|
@ -65,10 +65,9 @@ async function seedDatabase() {
|
|||
console.log(' - Regions seeded');
|
||||
console.log(' - Cities seeded');
|
||||
console.log(' - 1 SuperAdmin');
|
||||
console.log(' - 10 Companies');
|
||||
console.log(' - 8 Company Admins/Recruiters');
|
||||
console.log(' - 30 Job Seekers');
|
||||
console.log(' - 50 Jobs');
|
||||
console.log(' - 30 Companies');
|
||||
console.log(' - 990 Jobs (33 per company)');
|
||||
console.log(' - Work modes: onsite, hybrid, remote');
|
||||
console.log(' - 20 Applications');
|
||||
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue