laravelista / comments

Native comments for your Laravel application.
MIT License
744 stars 142 forks source link

Soft-delete config option, does not work #116

Closed alpatou closed 3 years ago

alpatou commented 3 years ago

Hello.

Even if i put: 'soft_deletes' => false it does not take effect. I have the classic error "Column deleted_at not found". The problem is, that soft delete columns added to the original migration, and not to an additional one. Do i missing something?

mabasic commented 3 years ago

See the readme for troubleshooting. I've added a chapter which explains how to add missing columns with migrations.

alpatou commented 3 years ago

I am missing indeed. I did not see it, due to panic. Thanks and sorry.