Inspired by #231392: The project_project table contains a deprecated 'version' field, I also noticed that {project_projects}.release_directory is dead code, too -- long since made useless by project_release.module. We should rip it out.

Comments

dww’s picture

Assigned: Unassigned » dww
Status: Active » Needs review
StatusFileSize
new3.59 KB
aclight’s picture

Status: Needs review » Reviewed & tested by the community

Only thing is that

+ * Get rid of the 'version' column in the {project_projects} table.

should be

+ * Get rid of the 'release_directory' column in the {project_projects} table.

Otherwise, code looks good and works on mysql.

dww’s picture

Status: Reviewed & tested by the community » Fixed

Fixed the comment, committed to DRUPAL-5 and HEAD, and deployed on d.o.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.