mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #05205
[Bug 805742] A change has been merged
Reviewed: https://reviews.mahara.org/436
Committed: http://gitorious.org/mahara/mahara/commit/0c9774b9338736189f57bf5cef046425e97bf092
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch: master
commit 0c9774b9338736189f57bf5cef046425e97bf092
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date: Tue Jul 5 12:10:01 2011 +1200
Add foreign key constraint on profileicon field of usr table
Bug #805742
Also ensures the profileicon field is cleared when the artefact
it points to gets deleted.
Change-Id: Idfda6111b3d653e26225bff90500706ec5dd66a7
Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/805742
Title:
Foreign key constraint missing for profile icons
Status in Mahara ePortfolio:
Confirmed
Bug description:
The installation misses a foreign key (the profileicon field of the
usr table should refer to the artefact table). This is because of the
order in which XMLDB creates tables and keys, but it seems reasonable
to fix it up in the postinst function once all the tables exist.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/805742/+subscriptions
References