From 70bf6d8e3c8c00a5e082b9a291eb05c5bd5ab2ad Mon Sep 17 00:00:00 2001 From: Justin Manion Date: Tue, 29 Jul 2025 15:37:35 -0400 Subject: [PATCH 1/2] Fixed Typo --- _docs/developer/development_instructions/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/developer/development_instructions/migrations.md b/_docs/developer/development_instructions/migrations.md index a7c23927..fb693598 100644 --- a/_docs/developer/development_instructions/migrations.md +++ b/_docs/developer/development_instructions/migrations.md @@ -24,7 +24,7 @@ own unique list of migrations. They are: * course Where `system` migrations should deal mainly with package installation/changes, -system changes, new dependencies, etc. `master` migraitons deals with changes to the master Submitty +system changes, new dependencies, etc. `master` migrations deals with changes to the master Submitty database. `course` migrations are applied individually to each course detected in `/var/local/submitty/courses` and can be used to adjust the courses' DB, config files, etc. From 72df99a6f174fb2847776b8490f41b0e08f9e834 Mon Sep 17 00:00:00 2001 From: Justin Manion Date: Tue, 29 Jul 2025 15:44:13 -0400 Subject: [PATCH 2/2] Update migrations.md --- _docs/developer/development_instructions/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/developer/development_instructions/migrations.md b/_docs/developer/development_instructions/migrations.md index fb693598..8a8bde52 100644 --- a/_docs/developer/development_instructions/migrations.md +++ b/_docs/developer/development_instructions/migrations.md @@ -24,7 +24,7 @@ own unique list of migrations. They are: * course Where `system` migrations should deal mainly with package installation/changes, -system changes, new dependencies, etc. `master` migrations deals with changes to the master Submitty +system changes, new dependencies, etc. `master` migrations deal with changes to the master Submitty database. `course` migrations are applied individually to each course detected in `/var/local/submitty/courses` and can be used to adjust the courses' DB, config files, etc.