We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62caeb7 commit ad474aeCopy full SHA for ad474ae
apps/backend/db/seeds/DatabaseSeeder.ts
@@ -40,6 +40,18 @@ export class DatabaseSeeder extends Seeder {
40
id: 3000,
41
birthday: new Date("2024-09-01"),
42
},
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
55
];
56
57
const studies: StudyCreationDto[] = [
@@ -49,7 +61,7 @@ export class DatabaseSeeder extends Seeder {
61
62
{
63
id: 800,
- title: "Herbst 2025",
64
+ title: "Sommer 2025",
65
66
67
id: 900,
0 commit comments