Update DBCHANGES.md

Correction Syntax to add migrations
This commit is contained in:
Silversthorn 2021-08-21 14:53:24 +00:00
parent 7c2f70cea9
commit d709c6bd60

View File

@ -1,6 +1,6 @@
# Database change guide for contributors # Database change guide for contributors
When updating a database schema modify the schema in `app/classes/shared/models.py` and create a new migration with the `migration add <name>` command (in Crafty's prompt). When updating a database schema modify the schema in `app/classes/shared/models.py` and create a new migration with the `migrations add <name>` command (in Crafty's prompt).
A full list of helper functions you can find in `app/classes/shared/models.py` A full list of helper functions you can find in `app/classes/shared/models.py`