Skip to content

Commit 4e7d931

Browse files
Update seed.ts
1 parent 86c9086 commit 4e7d931

1 file changed

Lines changed: 1 addition & 50 deletions

File tree

drizzle/seed.ts

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -170,55 +170,6 @@ async function main() {
170170
{ categoryName: 'Year of Submission', optionName: '2025' },
171171
{ categoryName: 'Domain', optionName: 'App Development' }
172172
]
173-
},
174-
{
175-
projectName: 'sooraj',
176-
projectDescription: 'ds,',
177-
projectLink: 'https://github.com/Sooraj-krishna/GEC-HUB.git',
178-
createdAt: new Date('2025-06-14T09:58:05.487Z'),
179-
customDomain: null,
180-
members: [
181-
{ name: 'aSD', linkedin: 'https://github.com/Sooraj-krishna/GEC-HUB.git' },
182-
{ name: 'Aget', linkedin: 'https://github.com/Sooraj-krishna/GEC-HUB.git' },
183-
],
184-
categories: [
185-
{ categoryName: 'Project Type', optionName: 'Mini Project' },
186-
{ categoryName: 'Department', optionName: 'Other' },
187-
{ categoryName: 'Semester', optionName: 'S7' },
188-
{ categoryName: 'Year of Submission', optionName: '2025' }
189-
]
190-
},
191-
{
192-
projectName: 'n v ',
193-
projectDescription: ' jhm',
194-
projectLink: 'https://github.com/Sooraj-krishna/GEC-HUB.git',
195-
createdAt: new Date('2025-06-14T10:08:46.069Z'),
196-
customDomain: null,
197-
members: [
198-
{ name: 'nvb', linkedin: 'https://github.com/Sooraj-krishna/GEC-HUB.git' },
199-
],
200-
categories: [
201-
{ categoryName: 'Project Type', optionName: 'Final Year Project' },
202-
{ categoryName: 'Department', optionName: 'CSE' },
203-
{ categoryName: 'Semester', optionName: 'S1' },
204-
{ categoryName: 'Year of Submission', optionName: '2025' }
205-
]
206-
},
207-
{
208-
projectName: 'hvj',
209-
projectDescription: 'yhj',
210-
projectLink: 'https://github.com/Sooraj-krishna/GEC-HUB.git',
211-
createdAt: new Date('2025-06-14T10:11:56.776Z'),
212-
customDomain: null,
213-
members: [
214-
{ name: 'hgfu', linkedin: 'https://github.com/Sooraj-krishna/GEC-HUB.git' },
215-
],
216-
categories: [
217-
{ categoryName: 'Project Type', optionName: 'Mini Project' },
218-
{ categoryName: 'Department', optionName: 'CSE' },
219-
{ categoryName: 'Semester', optionName: 'S3' },
220-
{ categoryName: 'Year of Submission', optionName: '2025' }
221-
]
222173
}
223174
];
224175

@@ -265,4 +216,4 @@ async function main() {
265216
}
266217
}
267218

268-
main();
219+
main();

0 commit comments

Comments
 (0)