Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/11370] Effectively installed migrations not inserted into table #1251

Merged
merged 1 commit into from Feb 28, 2013

Conversation

EXreaction
Copy link
Contributor

insert_migration() function now handles inserting/updating

Move all insert/update code to insert_migration() function to prevent this from occurring again.

http://tracker.phpbb.com/browse/PHPBB3-11370

insert_migration() function now handles inserting/updating

Move all insert/update code to insert_migration() function to prevent this from occurring again.

PHPBB3-11370
@imkingdavid imkingdavid merged commit 51651b3 into phpbb:develop Feb 28, 2013
@@ -669,12 +654,22 @@ protected function get_callable_from_step(array $step, $last_result = false, $re
protected function insert_migration($name, $state)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could use a better function name here since it now also handles updates. set_migration_state() would be the natural choice,

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants