add hero schema

This commit is contained in:
2026-06-14 18:07:35 +02:00
parent 545a8d7273
commit 3127a07612
4 changed files with 155 additions and 27 deletions

View File

@@ -4,6 +4,7 @@ import { defineConfig } from 'drizzle-kit';
export default defineConfig({
out: './drizzle',
schema: './server/db/',
schemaFilter: ['dnd'],
dialect: 'postgresql',
dbCredentials: {
url: process.env.DATABASE_URL!,