Forum OpenACS Development: Re: 4.6-4.6.1 upgrade script broken?

Collapse
Posted by Lars Pind on
# select *, acs_object__name(object_id) from acs_objects where context_id = 0;
object_id |  object_type  | context_id | security_inherit_p | creation_user |        creation_date        | creation_ip |      \
  last_modified        | modifying_user | modifying_ip |  tree_sortkey  | acs_object__name
-----------+----------------+------------+--------------------+---------------+-------------------------------+-------------+------\
-------------------------+----------------+--------------+------------------+------------------
      -400 | content_folder |          0 | t                  |              | 2002-09-19 16:30:35.036186+02 |            | 2002-\
09-19 16:30:35.036186+02 |                |              | 0000000000000010 | Trash
      -200 | content_folder |          0 | t                  |          2561 | 2002-09-02 17:45:40.243961+02 |            | 2002-\
09-04 16:59:56.273853+02 |                |              | 0000000000000001 | Templates
      -100 | content_folder |          0 | t                  |          2561 | 2002-09-02 17:45:40.243961+02 |            | 2002-\
10-23 12:16:56.496424+02 |                |              | 0000000000000000 | Pages
      4195 | content_folder |          0 | t                  |              | 2002-09-19 16:31:42.97926+02  |            | 2002-\
09-19 16:31:42.97926+02  |                |              | 0000000000000011 | ETP
      4196 | content_item  |          0 | t                  |              | 2002-09-19 16:31:42.97926+02  |            | 2002-\
09-19 17:36:48.253738+02 |                |              | 0000000000000100 | ETP
(5 rows)

It seems like it's some old ETP crud that an early and broken version of ETP created, no?

/Lars