You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates the required migration classes to handle module updates (and most likely) schema updates. Will be using propel migration:diff --skip-removed-table because nobody can remember that option name. Will also need to keep track of migrations and from which version to which version they belong, so a possible composer update command can execute all related migrations. Will also need to work when there is no schema change but a migration class needs to be created.
Most like it will also be necessary to use a keeko publish command (Ref #12).
The text was updated successfully, but these errors were encountered:
Creates the required migration classes to handle module updates (and most likely) schema updates. Will be using
propel migration:diff --skip-removed-table
because nobody can remember that option name. Will also need to keep track of migrations and from which version to which version they belong, so a possiblecomposer update
command can execute all related migrations. Will also need to work when there is no schema change but a migration class needs to be created.Most like it will also be necessary to use a
keeko publish
command (Ref #12).The text was updated successfully, but these errors were encountered: