Skip to content

Commit

Permalink
Fix mysql config
Browse files Browse the repository at this point in the history
  • Loading branch information
gcjbr committed May 10, 2024
1 parent 8aa4267 commit d143d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/template/extras/config/drizzle-config-mysql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { env } from "~/env";

export default {
schema: "./src/server/db/schema.ts",
driver: "mysql",
dialect: "mysql",
dbCredentials: {
url: env.DATABASE_URL,
},
Expand Down

0 comments on commit d143d49

Please sign in to comment.