mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding make app=rss_feeds datamigration
This commit is contained in:
parent
b76e35d223
commit
619ac8c4b4
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -38,6 +38,8 @@ coffee:
|
|||
migrations:
|
||||
- docker exec -it newsblur_web ./manage.py makemigrations
|
||||
makemigration: migrations
|
||||
datamigration:
|
||||
- docker exec -it newsblur_web ./manage.py makemigrations --empty $(app)
|
||||
migration: migrations
|
||||
migrate:
|
||||
- docker exec -it newsblur_web ./manage.py migrate
|
||||
|
|
Loading…
Add table
Reference in a new issue