()
| 165 | } |
| 166 | |
| 167 | async function seedNotionMetadata() { |
| 168 | try { |
| 169 | await db.notionMetadata.create({ |
| 170 | data: { |
| 171 | id: 1, |
| 172 | notionId: '39298af78c0f4c4ea780fd448551bad3', |
| 173 | contentId: 2, |
| 174 | }, |
| 175 | }); |
| 176 | } catch (error) { |
| 177 | console.error('Error seeding Notion metadata:', error); |
| 178 | throw error; |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | async function seedVideoMetadata() { |
| 183 | try { |