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