r109988 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109987‎ | r109988 | r109989 >
Date:02:34, 25 January 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added missing commas
Modified paths:
  • /trunk/extensions/EducationProgram/sql/EducationProgram.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/sql/EducationProgram.sql
@@ -12,9 +12,9 @@
1313
1414 org_active TINYINT unsigned NOT NULL, -- If the org has any active courses
1515 org_courses SMALLINT unsigned NOT NULL, -- Amount of courses
16 - org_instructors SMALLINT unsigned NOT NULL -- Amount of instructors
17 - org_online_ambs INT unsigned NOT NULL -- Amount of online ambassadors
18 - org_campus_ambs INT unsigned NOT NULL -- Amount of campus ambassadors
 16+ org_instructors SMALLINT unsigned NOT NULL, -- Amount of instructors
 17+ org_online_ambs INT unsigned NOT NULL, -- Amount of online ambassadors
 18+ org_campus_ambs INT unsigned NOT NULL, -- Amount of campus ambassadors
1919 org_students INT unsigned NOT NULL -- Amount of students
2020 ) /*$wgDBTableOptions*/;
2121
@@ -147,7 +147,7 @@
148148 -- Online ambassadors. In essence this is an extension to the user table.
149149 CREATE TABLE IF NOT EXISTS /*_*/ep_oas (
150150 oa_id INT unsigned NOT NULL auto_increment PRIMARY KEY,
151 - oa_user_id INT unsigned NOT NULL -- Foreign key on user.user_id
 151+ oa_user_id INT unsigned NOT NULL, -- Foreign key on user.user_id
152152
153153 oa_bio TEXT NOT NULL, -- Bio of the ambassador
154154 oa_photo VARCHAR(255) NOT NULL -- Name of a photo of the ambassador on commons

Status & tagging log