"migrate": "node -r esbuild-register ./src/db/master/index.ts",) the only output i get in the console is this:api:migrate: Query: CREATE SCHEMA IF NOT EXISTS "drizzle"api:dev: error: relation "sessions" does not exist (using relational queries), so im guessing the changes arent being pushed to postgres with my script...