wip: stats
This commit is contained in:
@@ -4,7 +4,6 @@ export default defineConfig({
|
||||
dialect: "mysql",
|
||||
schema: ["./src/database/schema.ts"],
|
||||
out: "./migrations",
|
||||
casing: "snake_case",
|
||||
dbCredentials: {
|
||||
url: process.env.DATABASE_URL ?? "mysql://root:changeme@localhost:3306/opencode_stats",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user