Is there any way of using database migrations with Joomla? I'm looking for a mechanism like the one found in Rails or Symfony.
I would like to apply changes to the database whenever my model changes, e.g. adding a column, creating a new relationship, dropping some tables,...
In this question, the accepted answer seems like a very cool option, but I don't know if there is something specific to Joomla.
Thanks!