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 -r1.1.4.1 -r1.1.4.2 --- openacs-4/contrib/obsolete-packages/wap/sql/postgresql/wap-create.sql 16 Feb 2003 20:51:07 -0000 1.1.4.1 +++ openacs-4/contrib/obsolete-packages/wap/sql/postgresql/wap-create.sql 2 Apr 2003 00:05:15 -0000 1.1.4.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