Monday, July 19, 2021

Re: Added new column to model and run migrations but not applied to database table

python manage.py migrate --fake-initial

2021-07-19 3:32 GMT-04:00, Ayser shuhaib <embedded.manager@gmail.com>:
> What you can do is just change the name of the model then run the migration
> after that change it back to the original name and run the migration again.
> This what I do when facing such problem
>
> On Mon, 19 Jul 2021 at 07:07, Salima Begum <salima.b@rohteksolutions.com>
> wrote:
>
>> Hi all,
>>
>> I have added a new column to the existing model while developing. Then I
>> run makemigrations and migrate. It is not applied to the database table
>> which is created based on that model. How can I fix this issue? Please
>> help
>> me to complete this issue.
>>
>> The below issue I am facing in deployment server after adding new field
>> and deployed into server.
>>
>> ```
>> psycopg2.errors.UndefinedColumn: column
>> shopping_ls_product_search.quality_prdct does not exist
>> LINE 1: ... Col1 FROM "shopping_ls_product_search" WHERE ("shopping_...
>> ```
>> Thank you
>>
>> ~Salima
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscribe@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAMSz6bnLkeN001UnxO3PdCg06Jc%3Dcr22kZXc71KL4w5CbYq_Cw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAMSz6bnLkeN001UnxO3PdCg06Jc%3Dcr22kZXc71KL4w5CbYq_Cw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAE0AZG%2BYtazYX-YEG-xpKxuX0wHdWjd1B6m%3DEDfaEcoDGMv3-w%40mail.gmail.com.
>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAObPVPAg%3D4HUx%2BNrWVRTwqt%2BVSg2pmqBH%3DfVRLDdiOw7fxxihA%40mail.gmail.com.

No comments:

Post a Comment