diff --git a/changelogs/drizzle-seed/0.2.0.md b/changelogs/drizzle-seed/0.2.0.md index 6c8573ee4..0978c7a98 100644 --- a/changelogs/drizzle-seed/0.2.0.md +++ b/changelogs/drizzle-seed/0.2.0.md @@ -159,7 +159,6 @@ export const table = p.sqliteTable('table', { await seed(db, { table }) ``` -Functions from refine that will be affected by this change: `` ## Bug fixes - Seeding a table with a foreign key referencing another table, without including the second table in the schema, will cause the seeding process to get stuck