Skip to content

Commit 958e86d

Browse files
Add troubleshooting hint regarding migrations (#77)
1 parent 11cbd79 commit 958e86d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/backend/Migrations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,6 @@ Commit the changes:
9898

9999
- By their nature, migrations become outdated as the database model changes. You are never expected to update migrations due to any changes in the code that are made.
100100
- If needed, for example because the migration shows errors due to a code (model) changes, migrations can be deleted, since they will still be accessible in the git history.
101+
102+
#### Initial setup failure
103+
- If the initial setup using `npm run setup:db:seed` and `npm run migration:up` fails you may want to delete the `dist` folder and try again.

0 commit comments

Comments
 (0)