Index: openacs-4/contrib/obsolete-packages/wap/sql/postgresql/wap-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/wap/sql/postgresql/wap-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/contrib/obsolete-packages/wap/sql/postgresql/wap-create.sql 9 May 2001 18:54:48 -0000 1.1 +++ openacs-4/contrib/obsolete-packages/wap/sql/postgresql/wap-create.sql 17 May 2003 12:42:42 -0000 1.2 @@ -25,7 +25,7 @@ select acs_attribute__create_attribute ( 'wap_user_agent', -- object_type 'NAME', -- attribute_name - 'string' -- datatype + 'string', -- datatype 'Name', -- pretty_name 'Names', -- pretty_plural null, -- table_name default null @@ -41,7 +41,7 @@ select acs_attribute__create_attribute ( 'wap_user_agent', -- object_type 'CREATION_COMMENT', -- attribute_name - 'string' -- datatype + 'string', -- datatype 'Comment', -- pretty_name 'Comments', -- pretty_plural null, -- table_name default null @@ -56,8 +56,8 @@ select acs_attribute__create_attribute ( 'wap_user_agent', -- object_type - 'string' -- datatype 'ACTIVE_P', -- attribute_name + 'string', -- datatype 'Active Status', -- pretty_name 'Active Status', -- pretty_plural null, -- table_name default null @@ -99,7 +99,7 @@ new_id := acs_object__new ( v_user_agent_id, -- object_id ''wap_user_agent'', -- object_type - current_time, -- creation_date + current_timestamp, -- creation_date v_creation_user, -- creation_user v_creation_ip, -- creation_ip null -- context_id