SWE574-Fall2023-Group1 / SWE574-Fall2023-G1

Project for SWE 574 - Group 1
MIT License
7 stars 1 forks source link

Migration file for new `StoryImage` model #110

Closed sadikkuzu closed 10 months ago

sadikkuzu commented 10 months ago

https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1/blob/cd40dcecb37af5a6d169987d05bdbdc7e635a0ef/backend/user/models.py#L27-L28

We have new StoryImage model. Then now, we need to run

python manage.py makemigrations

in backend folder in order to get ./user/migrations/0029_storyimage.py.

ckertam commented 10 months ago

Issue will resolved with new branch #100