Skip to content

Commit

Permalink
fix: clean up and gitignore edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyau committed Dec 23, 2020
1 parent df2503d commit 4db5a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jwtRS256.key
jwtRS256.key.pub
keygen.sh
database.json
.env*
.env
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If you are using the postgres user:
DATABASE_URL="postgresql://postgres@localhost:5432/[database_name]";
```

See the .env.example file for the format and structure.

Here are some resources to get started on local database set up and migration:
* https://postgresapp.com
Expand Down
2 changes: 1 addition & 1 deletion __tests__/seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async function seed() {
});

//walletC
await knex('wallets.wallet')
await knex('wallet')
.insert({
id: walletC.id,
type: walletC.type,
Expand Down

0 comments on commit 4db5a39

Please sign in to comment.