CalebLawver / Bit-Trail

1 stars 0 forks source link

Review/Comment feature #10

Closed CalebLawver closed 2 years ago

CalebLawver commented 2 years ago

We need to add in a comment/review feature for other users to add onto the initial post/trail addition.

CalebLawver commented 2 years ago

This is one of the issues that takes priority!!

CalebLawver commented 2 years ago

Upon created the review model, route, and seeds, I have now broken the seeding process somehow. Trail doesn't auto increment the ID. :/

CalebLawver commented 2 years ago

Fixed! Problem stemmed from sequelize, freezeTableName: true, underscored: true, modelName: 'review'

The last line where I dictated what the name of the table was caused the issue. It was 'trail'.