Skip to content

Commit 7b1b9c1

Browse files
committed
Fix some lint issues
1 parent 2d788e9 commit 7b1b9c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Database migrations are handled by [Django's database migration functionality](h
7878
- `poetry run manage.py migrate` loads database migrations
7979
- `poetry run manage.py makemigrations` generates new database migrations
8080

81-
Note the database migration runs in the deployment pipeline *after* the application deployment. The deployed code must be compatible with the schema before AND after the schema changes. This also removes potential errors when using a rolling app deployment as multiple app versions may access the database at the same time. To enforce it, make sure to always separate code changes and database migrations into different pull requests.
81+
Note the database migration runs in the deployment pipeline _after_ the application deployment. The deployed code must be compatible with the schema before AND after the schema changes. This also removes potential errors when using a rolling app deployment as multiple app versions may access the database at the same time. To enforce it, make sure to always separate code changes and database migrations into different pull requests.
8282

8383
### Django admin
8484

manage_breast_screening/assets/sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ a[href="#"] {
4444
top: 10px;
4545
right: 0;
4646
text-align: right;
47-
}
47+
}

0 commit comments

Comments
 (0)