<div dir="ltr">Hi Vincent!<br><br><div>Currently you need to execute ALTER TABLE command manually. It is not that hard if the modification is just adding new column. We plan to add migration tool in September, this tool will be able to do everything automatically.</div><br>Here you can see an example how simple migrations can be done manually: <a href="https://github.com/ponyorm/pony/issues/123">https://github.com/ponyorm/pony/issues/123</a><br><br>Regards,<br>Alexander Kozlovsky<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 18, 2015 at 2:49 AM, Vincent LE GOFF <span dir="ltr"><<a href="mailto:vincent.legoff.srs@gmail.com" target="_blank">vincent.legoff.srs@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone,<br>
<br>
I'm eager to begin working with Pony ORM.  That sounds so simple compared to other ORMs I've seen.  However, I have a concern regarding entity's evolution.<br>
<br>
I didn't see an automatic way to handle these type of modifications.  For instance, what happens if we work with an entity, then decide to add a new field to it?  Or to change the type of a given field?  Or to remove one?  Performing specific updatess (called migrations in other ORMs) can be sometimes useful, too.  For instance, if we want to delete two fields but combining their old results in a single one.  Is there any way to do that using Pony ORM?<br>
<br>
Thank you very much for your answer!<br>
<br>
Happy hacking,<br>
<br>
Vincent<br>
_______________________________________________<br>
ponyorm-list mailing list<br>
<a href="mailto:ponyorm-list@ponyorm.org" target="_blank">ponyorm-list@ponyorm.org</a><br>
<a href="/ponyorm-list" target="_blank">/ponyorm-list</a><br>
</blockquote></div><br></div>