Convert migration code to use objects and remove the version
attribute from migration files. #52
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently I use
json_decode(true);
to parse the migration files which returns a multi-dimensional array. I would like to change this to return objects using justjson_decode();
. Obviously the migration code will need to be updated to handle objects.The benefit is that I will be able to detect which version a migration script is and execute the replay function accordingly.
created merge request !25 to address this issue
mentioned in merge request !25
closed via merge request !25
mentioned in commit
17292335ac