Commit 6236cc18 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed issue with duplicate package name

parent 1e862189
......@@ -218,7 +218,7 @@ SELECT acs_object_type__create_type (
'content_revision', -- supertype - "acs_object" is topmost object type.
'im_file_versions', -- table_name - where to store data for this object?
'file_version_id', -- id_column - where to store object_id in the table?
'intranet-rest-fs-openacs', -- package_name - name of this package
'intranet-rest-fs-openacs.1', -- package_name - name of this package
'f', -- abstract_p - abstract class or not
null, -- type_extension_table
'im_file_version__name' -- name_method - a PL/SQL procedure that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment