https://bugzilla.wikimedia.org/show_bug.cgi?id=70938
Bug ID: 70938
Summary: Confusing/out of date comment in ep_users_per_course
table SQL
Product: MediaWiki extensions
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: Unprioritized
Component: EducationProgram
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected],
[email protected]
Web browser: ---
Mobile Platform: ---
-- Links the students with their courses.
CREATE TABLE IF NOT EXISTS /*_*/ep_users_per_course (
upc_user_id INT unsigned NOT NULL, -- Foreign key on
ep_user.user_id
upc_course_id INT unsigned NOT NULL, -- Foreign key on
ep_courses.course_id
upc_role TINYINT unsigned NOT NULL, -- The role the user
has for the course
upc_time varbinary(14) NOT NULL -- Time at which the
link was made
) /*$wgDBTableOptions*/;
ep_user.user_id doesn't exist. Is this actually the core user table user_id
column?
--
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