On Friday, March 10, 2017 at 9:18:42 PM UTC+1, Matthew Pava wrote:
>
> Does anyone else get a migraine when working migrations?
>

Yes*. Long time ago. Stayed with Liquibase wrapped with Liquimigrate.

Builtin migrations are pretty unrielable, because they're strongly 
dependent on your application's code. 
Create custom field, make migration, remove custom field - kaboom! Or 
something like that.

* - Not always. Builtin migrations are awesome, but for blog-like or 
short-maintainable projects. 
I'm using them for very small projects (blogs, homepages, etc) and they 
work well there.
These projects are rarely changed and I have no headache here. 

So the truth is - it depends. Think about maintaining the project and go 
with Liquibase (or something else) where long-term support is required.

Marcin

-- 
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+unsubscr...@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/d0042e0e-27ee-4012-8f9e-14be43cd91d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to