From a6dc062017325f4d5e6975b315075497843890e6 Mon Sep 17 00:00:00 2001 From: AndriiSherman Date: Thu, 9 Nov 2023 20:36:27 +0200 Subject: [PATCH] Fix Cloudflare --- changelogs/drizzle-orm/0.29.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/drizzle-orm/0.29.0.md b/changelogs/drizzle-orm/0.29.0.md index 6bd473519..18a24e502 100644 --- a/changelogs/drizzle-orm/0.29.0.md +++ b/changelogs/drizzle-orm/0.29.0.md @@ -311,7 +311,7 @@ More usage examples here: [integration-tests/tests/d1-batch.test.ts](https://git ## Drizzle Kit 0.20.0 1. New way to define drizzle.config using `defineConfig` function -2. Possibility to access Claudflare D1 with Drizzle Studio using wrangler.toml file +2. Possibility to access Cloudflare D1 with Drizzle Studio using wrangler.toml file 3. Drizzle Studio is migrating to https://local.drizzle.studio/ 4. `bigint unsigned` support 5. `primaryKeys` and `foreignKeys` now can have custom names