Index: lams_common/db/sql/insert_types_data.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/insert_types_data.sql,v diff -u -r1.77 -r1.78 --- lams_common/db/sql/insert_types_data.sql 11 Sep 2008 02:23:09 -0000 1.77 +++ lams_common/db/sql/insert_types_data.sql 23 Sep 2008 04:23:56 -0000 1.78 @@ -288,3 +288,5 @@ INSERT INTO lams_ext_server_org_map VALUES (1,'moodle','moodle','moodle','moodle','mdl','http://localhost/moodle/mod/lamstwo/userinfo.php?ts=%timestamp%&un=%username%&hs=%hash%','http://dummy','\0',7); +-- initialise db version +INSERT INTO patches VALUES ('lams', 13, NOW(), 'F'); \ No newline at end of file