7 lines
181 B
Markdown
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. |