Skip to content

Commit

Permalink
fix: migrations directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yamcodes committed Oct 9, 2023
1 parent 62230a2 commit 25c5d89
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 185 deletions.
2 changes: 1 addition & 1 deletion db/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const dbCredentials = {
export const dbCredentialsString = `postgres://${dbCredentials.user}:${dbCredentials.password}@${dbCredentials.host}:${dbCredentials.port}/${dbCredentials.database}`;

export default {
out: './src/db/migrations',
out: './db/migrations',
schema: '**/*.schema.ts',
breakpoints: false,
driver: 'pg',
Expand Down
10 changes: 0 additions & 10 deletions src/db/migrations/0000_faithful_logan.sql

This file was deleted.

4 changes: 0 additions & 4 deletions src/db/migrations/0001_lonely_albert_cleary.sql

This file was deleted.

75 changes: 0 additions & 75 deletions src/db/migrations/meta/0000_snapshot.json

This file was deleted.

75 changes: 0 additions & 75 deletions src/db/migrations/meta/0001_snapshot.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/db/migrations/meta/_journal.json

This file was deleted.

0 comments on commit 25c5d89

Please sign in to comment.