Files
drizzle-team--drizzle-orm/changelogs/drizzle-orm/0.44.3.md
T
2026-07-13 12:10:05 +08:00

7 lines
181 B
Markdown

- Fixed types of `$client` for clients created by drizzle function
```ts
await db.$client.[...]
```
- Added the `updated_at` column to the `neon_auth.users_sync` table definition.