Skip to content

Commit

Permalink
Update breaking change instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
slamflipstrom authored Feb 23, 2024
1 parent 010252c commit c2d91a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ git checkout -b breaking_data_change

We are going to add a new migration file for our database to attempt to break the contract.

Create a new file called `7a341d712aa5_order_detail_changes.py` in the [migrations folder](./db_migrations/versions/). Paste the following contents into the new `7a341d712aa5_order_detail_changes.py` file:
Create a new file called `7a341d712aa5_order_detail_changes.py` in the `./db_migrations/versions/` [folder](./db_migrations/versions/). Paste the following contents into the new `7a341d712aa5_order_detail_changes.py` file:

```python
"""order_detail changes
Expand Down

0 comments on commit c2d91a5

Please sign in to comment.