Let me start by saying that I LOVE migrations. It makes development so
much easier. For me, it's the number 1 web2py killer feature: the fact
I don't have to think of databses while developing.
But in a production enviroment, migrations takes time and reasources.
I wouldn't want to run migration on each request. So with every
production change, I have to turn on migrations, go over my apps, and
then turn it off.
Is there a way to make migrations run from a script, even if migration
is set to false?
Thanks in advance
Yair

Reply via email to