yii2mod / yii2-comments

Comments module for Yii2
MIT License
158 stars 63 forks source link

Initialization problem: No new migrations found. Your system is up-to-date. #103

Open newscloud opened 4 years ago

newscloud commented 4 years ago

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!

srakl commented 3 years ago

Was looking for this too, have to clear the migration table. Worked for me.