Skip to content

Commit ad474ae

Browse files
committed
chore: enhance seeder
1 parent 62caeb7 commit ad474ae

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

apps/backend/db/seeds/DatabaseSeeder.ts

+13-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ export class DatabaseSeeder extends Seeder {
4040
id: 3000,
4141
birthday: new Date("2024-09-01"),
4242
},
43+
{
44+
id: 4000,
45+
birthday: new Date("2022-01-01"),
46+
},
47+
{
48+
id: 5000,
49+
birthday: new Date("2022-02-15"),
50+
},
51+
{
52+
id: 6000,
53+
birthday: new Date("2022-05-15"),
54+
},
4355
];
4456

4557
const studies: StudyCreationDto[] = [
@@ -49,7 +61,7 @@ export class DatabaseSeeder extends Seeder {
4961
},
5062
{
5163
id: 800,
52-
title: "Herbst 2025",
64+
title: "Sommer 2025",
5365
},
5466
{
5567
id: 900,

0 commit comments

Comments
 (0)