Friday, March 10, 2017

Re: Migrations

Relative to where django started, with you doing all the schema changes on your own. Migrations is AMAZING.  
Now db schema control is one of the harder problems to solve. Migration is not perfect, if you have ideas on how to make it better or know people who do, I'm sure Andrew and the django team would love to work work you on making it better.

I think a great thing that can be done is for people who have had issues with migration (or any software) to share and document what lead up to their issues.
Then 2 things happen the dev team has visibility into whats going wrong in the wild. And others can learn from those issues and try and avoid them.

Just my $0.02
Dylan

On Fri, Mar 10, 2017 at 12:56 PM, Ed Sutherland <ed@tburgnews.com> wrote:
I certainly do. After a serious migration foul-up, I restarted the project. I'm now hoping there won't be a repeat. I wish there was a better way.


---- On Fri, 10 Mar 2017 15:17:11 -0500 Matthew Pava <Matthew.Pava@iss.com> wrote ----

Does anyone else get a migraine when working migrations?


--
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 post to this group, send email to django-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/15aba027491.b0f3915884552.3533620237900856580%40tburgnews.com.

For more options, visit https://groups.google.com/d/optout.

--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHtg44BixfEbgy0iL5cG%3DxngP9N4J_i-q3kGFW2ji5mPw59v7A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment