Skip to content

Commit 252e02b

Browse files
committed
Move migrations to migrations folder
1 parent 821effa commit 252e02b

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

drizzle.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'drizzle-kit';
22

33
export default defineConfig({
4-
out: './drizzle',
4+
out: './drizzle/migrations',
55
schema: './src/app/lib/db/schema.ts',
66
dialect: 'postgresql',
77
dbCredentials: {
File renamed without changes.

0 commit comments

Comments
 (0)