lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Rename fk columns in entities to omit the _id part #87

Closed Vassyli closed 5 years ago

Vassyli commented 7 years ago

Most of our fk columns in our entities have the snaky _id at the end. This seems to sometimes cause troubles with doctrine during remove cascade. In future, all fk column names need to be identical to their PHP property name.

Fixing this contributes to #86

Vassyli commented 5 years ago

This bug has been fixed by PR #124. This change of coding standard errors is not required anymore.