Project

General

Profile

Adding a field to Project

Added by Adam Walters almost 15 years ago

Hello,

I need to add 1 field for each project. Is it bad form to write a migration that adds a column to the issues table? Instead is it preferred to make a new table that :belongs_to :issues and add the field via a join? The former makes the most sense to do, but i feel like altering the table structure is bad form (could conflict w/ later upgrades, etc).

Thanks in advance!
Adam


Replies (1)

RE: Adding a field to Project - Added by Brad Beattie almost 15 years ago

Hmm... Will the table custom_fields_projects do in this case?

    (1-1/1)