Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Nov 2010 at 15:54 UTC
Updated:
5 Dec 2010 at 09:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
eclipsegc commentedComment #2
yched commentedIndeed. overlooked in #915168: Foreign key support is missing from text and file module
Comment #3
yched commentedComment #4
webchickA change to schema needs to be accompanied by an update function.
Comment #5
webchickActually, in discussing this more with chx, an update function here is unnecessary. No core db engines, nor any of the ones we could find in contrib, actually put FK information into the database itself, so updating the PHP here should be sufficient.
Committed to HEAD.