Re: Unable to migrate changes of model in database.

2018-08-21 Thread Mikhailo Keda
Please show your code for models and provide more details about changes that wasn't reflected Did you have any errors or warnings? What version of Django are you using? > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from th

Re: Unable to migrate changes of model in database.

2018-08-21 Thread Mikhailo Keda
Please show your code for models and provide more details about changes that wasn't reflected Did you have any errors or warnings? What version of Django are you using? On Tue, Aug 21, 2018 at 4:42 PM Roshan Jha wrote: > Hi All, > > I had created a class based model with attributes. > > The firs

Unable to migrate changes of model in database.

2018-08-21 Thread Roshan Jha
Hi All, I had created a class based model with attributes. The first migration went well and I could see the table in database (postgres). However, when I modified the model, the migration is unable to pick the changes. Any inputs would be highly appreciated. Thanks, Roshan | zaaroshan0...@gm