• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change some grouping data to make more sense.

table names alphabetically sorted

create tables and insert statementsd are out of date and removed

DEFAULT CHARACTER SET utf8 is added to CREATE DATABASE

DEFAULT 0 is removed from AUTO_INCREMENT

update apply grouping flag test data

Modified table lams_workspace:

made root_folder_id nullable

  1. … 1 more file in changeset.
update java code against change in database

  1. … 4 more files in changeset.
added table lams_log_event_type

added table lams_log_event (includes fk to lams_log_event_type)

modified table lams_tool:

added create_date_time

modified insert_types_data.sql:

added values for lasm_log_event_type

  1. … 1 more file in changeset.
change survey tool to real url

add test user to group

altered table lams_learning_activity:

added apply_grouping_flag

  1. … 1 more file in changeset.
Added table:

lams_grouping_support_type

Modified table lams_tool:

added supports_contribution_flag

added supports_moderation_flag

added grouping_support_type_id (fk to lams_grouping_support_type)

Modifed table lams_learning_activity:

added online_instructions

added grouping_support_type_id (fk to lams_grouping_support_type)

Modified insert_types_data.sql to include 3 values for lams_grouping_support: NONE, OPTIONAL, REQUIRED

  1. … 1 more file in changeset.
remove the default timestamp value 0000-00-00 generated by clay

*** empty log message ***

got rid of Duplicate column name 'lesson_name' in lams_learning_design

added table lams_workspace_folder_type (and values for it to insert_types sql)

|

lams_workspace_folder:

added user_id (implicit fk to user table)

added create_date_time

added last_modified_date_time

added lams_workspace_folder_type_id (fk to lasm_workspace_folder_type)

|

lams_learning_library:

added valid flag

|

lams_tool:

added valid_flag

added learning_library_id (fk to lams_learning_library)

|

lams_learning_design:

added last_modified_date_time

|

lams_lesson:

made name mandatory

|

lams_learner_progress

added requires_restart_flag

|

other: added values for workspace type to insert types

|

other moved values for auth method and activity category from insert test data to insert types data

added table lams_workspace_folder_type (and values for it to insert_types sql)

|

lams_workspace_folder:

added user_id (implicit fk to user table)

added create_date_time

added last_modified_date_time

added lams_workspace_folder_type_id (fk to lasm_workspace_folder_type)

|

lams_learning_library:

added valid flag

|

lams_tool:

added valid_flag

added learning_library_id (fk to lams_learning_library)

|

lams_learning_design:

added last_modified_date_time

|

lams_lesson:

made name mandatory

|

lams_learner_progress

added requires_restart_flag

|

other: added values for workspace type to insert types

|

other moved values for auth method and activity category from insert test data to insert types data

  1. … 1 more file in changeset.
added new lesson field and modify the problematic test data

*** empty log message ***

  1. … 2 more files in changeset.
lesson_name field added to learning_design

DB cahnges base don discussions about monitoring with james:

learning design table:

added columns:

lesson_org_id

lesson_org_name

lesson_id

lesson_start_date_time

lesson_name

(all implicit fks to org or lesson table)

lesson table:

added columns:

schedule start date time

schedule end date time

modified:

organisation_id now nullable

class_grouping_id now nullable

  1. … 1 more file in changeset.
test data for transition modified

fix up the truncation error caused by new MySql connector

Added content repository tables.

There are a couple of other changes but these appear to be earlier changes to the clay model which haven't appeared in the create_tables_11: create_date in lams_role and activity_category_id in lams_learning_activity. lams_grouping has also changed location in the file.

Added content repository tables

upgrade mysql connector to 3.1.7

  1. … 3 more files in changeset.
made from_ui_id and to_ui_id in transition table nullable

  1. … 1 more file in changeset.
added waiting flag to progress table

  1. … 1 more file in changeset.
Transitions for childActivities of ComplexActivities removed.

activity strategy for calculating children activity completion status implemented and tested

  1. … 10 more files in changeset.
fix up the broken tool session code. As the new lesson attribute can not be null, it should go

into the constructor

  1. … 5 more files in changeset.