Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2008 at 14:57 UTC
Updated:
6 Jun 2011 at 02:00 UTC
Currently, we save $domain->user data in the 'data' field of the {users} table. This forces limitations on Views integration and introduces a constraint.
Move this data to a {domain_editor} table so it can be JOINed properly.
{domain_editor}
uid => Integer
domain_id => Integer
These are both foreign keys, so the unique constraint is on uid-domain_id.
Then write an update function to move all this data.
Comments
Comment #1
agentrickardCommitted to HEAD. This will require running update.php for all users.
Comment #2
agentrickard