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

Fix long execution of data insertion during migration #76

Closed
Jeckerson opened this issue Mar 22, 2020 · 0 comments · Fixed by #84
Closed

Fix long execution of data insertion during migration #76

Jeckerson opened this issue Mar 22, 2020 · 0 comments · Fixed by #84
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@Jeckerson
Copy link
Member

Column type: user_details VARCHAR(50)

  1. ALTER TABLE user_details MODIFY COLUMN password varchar(49) DEFAULT NULL;
  2. vendor/bin/phalcon-migrations generate --config=migrations.php
  3. vendor/bin/phalcon-migrations run --config=migrations.php

During execution it takes too long for running...

@Jeckerson Jeckerson added bug Something isn't working enhancement New feature or request labels Mar 22, 2020
@Jeckerson Jeckerson added this to the 2.1.x milestone Mar 22, 2020
@Jeckerson Jeckerson self-assigned this Mar 22, 2020
@Jeckerson Jeckerson added this to Working on it in Phalcon Roadmap Mar 22, 2020
Jeckerson added a commit that referenced this issue Mar 28, 2020
Jeckerson added a commit that referenced this issue Mar 28, 2020
Jeckerson added a commit that referenced this issue Mar 28, 2020
Jeckerson added a commit that referenced this issue Mar 28, 2020
Jeckerson added a commit that referenced this issue Mar 28, 2020
Jeckerson added a commit that referenced this issue Mar 28, 2020
Jeckerson added a commit that referenced this issue Mar 29, 2020
@Jeckerson Jeckerson linked a pull request Mar 29, 2020 that will close this issue
Phalcon Roadmap automation moved this from Working on it to Implemented Mar 29, 2020
@niden niden moved this from Implemented to Released in Phalcon Roadmap May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Archived in project
Phalcon Roadmap
  
Released
Development

Successfully merging a pull request may close this issue.

1 participant