How can I reset migrations timestamp
meta/_journal.json, increasing the timestamp value present in when key.
The value I put there is far in the future, and because of that, every new migration that I create is not running due to that inconsistency.
So my question is: Can I fix it? How?
My meta/_journal.json looks like this:
```json...drizzle-kit generate with dynamic Schema
Filter based querying
Using drizzle with dynamic drivers
db i am confused on how to do. Because there are different packages and different formatsAutomatically lowercase fields

Internal error: TypeError: Cannot read properties of undefined (reading 'referencedTable')`
When using $dynamic(), are the where conditions merged or overwritten?
separating relations to different file results in typescript issues
schema: ["./server/db/schema.ts", "./server/db/relations.ts"],
schema: ["./server/db/schema.ts", "./server/db/relations.ts"],
Hey, I have an existing table in my neon database but when i run the command "npx drizzle-kit push"

Issues deploying with Dockerfile
hooks.server.ts
After building with Dockerfile, I get these runtime errors nonstop:
```
Node.js v18.20.4...drizzle-kit push -> dialog is undefined even if i have it in the config
geometry not available on 'drizzle-orm/pg-core'
Drizzle Kit Studio inaccessible in cloud development environments

Using drizzle-kit:generate with path aliases
Multi-step migration in SQLite with 'MODIFY'
Extending Relations
SQLite 'WHERE table.relationship (one to many) > 0'
Querying and typing a many to many relationship?
drizzle-zod a bit confusing:
So I've set up my tables, user and profile
```...I'm getting a Postgres Error when running my drizzle query but not when running the generated sql
``
const staffDateExpression = sql<Date>date_trunc(${timeFrame}, ${CalendarEvent.startTimeUTC})`;
// 1. Calculate staffing costs
const staffingCosts = await ctx.db...Is it possible to have a common transaction between prisma and drizzle?