Wery quickly tested and untested versions for Postgresql.

This commit is contained in:
paca70
2004-07-28 08:51:05 +00:00
parent 3a1ec1145c
commit edf693decf
7 changed files with 88 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function scorm_upgrade($oldversion) {
}
if ($oldversion < 2004070800) {
table_column("scorm_scoes", "", "datafromlms", "TEXT", "", "", "", "NOT NULL", "title");
modify_database("", "ALTER TABLE `{$CFG->prefix}scorm_sco_users` DROP `cmi_launch_data`;");
modify_database("", "ALTER TABLE {$CFG->prefix}scorm_sco_users DROP cmi_launch_data;");
}
if ($oldversion < 2004071700) {
table_column("scorm_scoes", "", "manifest", "VARCHAR", "255", "", "", "NOT NULL", "scorm");