You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in my development environment, I had previously initialized the comments extension and had a comments table. Then, I dropped the database, re-created the database and re-ran the migrations to rebuild it.
Now, when I run:
./yii migrate --migrationPath=@vendor/yii2mod/yii2-comments/migration
It says:
Yii Migration Tool (based on Yii v2.0.37)
No new migrations found. Your system is up-to-date.
How do I get the migration to run again?
Thank you for your extension!
The text was updated successfully, but these errors were encountered:
Hi, in my development environment, I had previously initialized the comments extension and had a comments table. Then, I dropped the database, re-created the database and re-ran the migrations to rebuild it.
Now, when I run:
./yii migrate --migrationPath=@vendor/yii2mod/yii2-comments/migration
It says:
Yii Migration Tool (based on Yii v2.0.37)
No new migrations found. Your system is up-to-date.
How do I get the migration to run again?
Thank you for your extension!
The text was updated successfully, but these errors were encountered: