chore: Update CONTRIBUTING.md with troubleshooting note about database migrations
This commit is contained in:
parent
46a7937761
commit
08d58eb8f8
1 changed files with 0 additions and 1 deletions
|
|
@ -166,7 +166,6 @@ ## 7. Development Notes
|
||||||
3. **Troubleshooting**: If you encounter unexpected behavior, ensure your database is up-to-date with the latest migrations and if possible reset the development setup to eliminate any environment-specific issues.
|
3. **Troubleshooting**: If you encounter unexpected behavior, ensure your database is up-to-date with the latest migrations and if possible reset the development setup to eliminate any environment-specific issues.
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
>
|
|
||||||
> Forgetting to migrate the database can cause problems, so make it a habit to run migrations after pulling changes or switching branches.
|
> Forgetting to migrate the database can cause problems, so make it a habit to run migrations after pulling changes or switching branches.
|
||||||
|
|
||||||
## 8. Create a Pull Request
|
## 8. Create a Pull Request
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue