Skip to content

Commit

Permalink
Merge branch 'master' into orion_notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignazio Bovo committed Nov 29, 2023
2 parents c9f3739 + bd3e96e commit fea1557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/developer-guide/tutorials/updating-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In order to do that, you'll need to:
4. Re-generate the `*-Data.js` migration inside `db/migrations`:
```bash
# First, remove the old migration file(s)
rm db/migrations/*-Data.js
`rm db/migrations/*-Data.js`
# Start PostgreSQL database service
# Make sure it's an empty database! If the service is already running you should first run:
# docker-compose down -v
Expand Down

0 comments on commit fea1557

Please sign in to comment.