Skip to content

Commit

Permalink
build(deps): updated knex
Browse files Browse the repository at this point in the history
  • Loading branch information
cerinoligutom committed Mar 15, 2021
1 parent d8939d5 commit a5c36a4
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 1,050 deletions.
4 changes: 2 additions & 2 deletions knexfile.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import 'tsconfig-paths/register';
import { Config } from 'knex';
import { Knex } from 'knex';
import { env } from '@/config/environment';

const config: Config = {
const config: Knex.Config = {
client: 'pg',
connection: env.postgresConnectionUrl,
useNullAsDefault: true,
Expand Down
Loading

0 comments on commit a5c36a4

Please sign in to comment.