Index: openacs-4/packages/lors/sql/postgresql/lors-imscp-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors/sql/postgresql/lors-imscp-create.sql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/lors/sql/postgresql/lors-imscp-create.sql 24 Feb 2005 18:41:12 -0000 1.4 +++ openacs-4/packages/lors/sql/postgresql/lors-imscp-create.sql 21 Apr 2005 15:36:29 -0000 1.5 @@ -88,21 +88,7 @@ ----- -- Create tables ---- --- Presentations -create table lors_available_presentation_formats ( - presentation_name varchar(100), - folder_name varchar(100), - presentation_id integer -); -insert into lors_available_presentation_formats values ('Classic style','delivery_clasico',1); -insert into lors_available_presentation_formats values ('E-LANE style','delivery',2); - -comment on table lors_available_presentation_formats is ' -This table stores the available presentation formats for the courses. Its contains the pretty name -for the format, an id, and the folder in packages/lorsm/www/ where the presentation is stored -by now, just two presentations, which we store on creation'; - -- Manifests create table ims_cp_manifests ( man_id integer