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
A new option --data has been added to the bake seed command that will allow you to export data from an existing table. (#191, #260). More informations about the feature will be available soon in the cookbook.
Migrations CLI commands exceptions thrown by the business layer are not caught anymore. (#258 / #261).
All "*_phinxlog" tables are now skipped when baking a diff (#263 / #267).
When baking a migration, default values are now treated as strings : this prevents localized typecast to build erroring migration files (#266, #270).