Skip to content

Commit 035ddc2

Browse files
authored
Update README.md
1 parent 5032723 commit 035ddc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ rm -rf */migrations
5656
#### Initialize the database
5757

5858
> [!TIP]
59-
> This is only required after initial setup or after resetting the database.
59+
> This is only required after initial setup, after resetting the database, or when updating to new versions.
6060
6161
Create migrations:
6262
```bash
6363
python manage.py makemigrations tournaments
6464
```
6565

66-
Create database:
66+
Create/update database:
6767
```bash
6868
python manage.py migrate
6969
```

0 commit comments

Comments
 (0)