https://bugzilla.wikimedia.org/show_bug.cgi?id=67767
Kunal Mehta (Legoktm) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kunal Mehta (Legoktm) <[email protected]> --- This will need some special handling: CREATE TABLE IF NOT EXISTS /*_*/ep_courses ( <snip> course_students BLOB NOT NULL, -- List of associated students (linking user.user_id) course_online_ambs BLOB NOT NULL, -- List of associated online ambassadors (linking user.user_id) course_campus_ambs BLOB NOT NULL, -- List of associated campus ambassadors (linking user.user_id) course_instructors BLOB NOT NULL, -- List of associated instructors (linking user.user_id) </snip> -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
