mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Update DBCHANGES.md
Correction Syntax to add migrations
This commit is contained in:
parent
7c2f70cea9
commit
d709c6bd60
@ -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`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user