phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
27 stars 23 forks source link

Fix long execution of data insertion during migration #76

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

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...