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

Migrate command does not follow the migration_auto_latest config #7

Open
albertleao opened this issue Apr 11, 2016 · 1 comment
Open

Comments

@albertleao
Copy link

When your config/migrations.php has the following:

$config['migration_auto_latest'] = TRUE;

The command 'php cli migrate' still does not perform the migrations unless the version number is set.

@justertee
Copy link

Yes, my issue same your question. I set $config['migration_auto_latest'] = TRUE; and run php cli migrate not update version lasted.
And how to update table using cli migration? Example: I created User table migration and now I want alter column table or add new column into User table.

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

No branches or pull requests

2 participants