From 08d58eb8f88cf5764d13eea437cd55ce7a92cf03 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 23 Sep 2024 20:55:20 +0200 Subject: [PATCH] chore: Update CONTRIBUTING.md with troubleshooting note about database migrations --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e40974227..4a3e0e538 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -166,7 +166,6 @@ When working on Coolify, keep the following in mind: 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] -> > 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