From 31db6bcf9c8a3e3c13ec613571de33dab9a7ba65 Mon Sep 17 00:00:00 2001 From: Kyle McFarland Date: Mon, 22 Oct 2018 07:28:58 -0600 Subject: Fix a small typo in NEWS.md Forgot to include procurement in the migrate command, oops --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 91f8fb5..205c637 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,7 +8,7 @@ $ `python manage.py migrate` or manually specify the newest migration for the procurement system with: -$ `python manage.py migrate 0002_add_representative` +$ `python manage.py migrate procurement 0002_add_representative` To update the database. -- cgit v1.1