nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.61k stars 327 forks source link

Can`t Rollback #31

Closed mgorunuch closed 7 years ago

mgorunuch commented 7 years ago

While rollback tables we have issue.

in database/migrations/**create_messages_table.php public function down() { Schema::drop('message'); } change to public function down() { Schema::drop('messages'); }

nahid commented 7 years ago

Sorry its a misstake, in next version I'll fix it. Thank you so much for you kind informations.