_ >   20 20 --                              'Application Group', 'Application Group');
  21 21
  22 22 --     acs_rel_type.create_type(
< >   23   --       rel_type                       => 'user_profile',
    23 --       rel_type               => 'user_profile',
24 24 --       pretty_name            => 'User Profile',
  25 25 --       pretty_plural          => 'User Profiles',
< >   26   --       supertype                      => 'membership_rel',
    26 --       supertype              => 'membership_rel',
27 27 --       table_name             => 'user_profiles',
< >   28   --       id_column                      => 'profile_id',
    28 --       id_column              => 'profile_id',
29 29 --       package_name           => 'user_profile',
  30 30 --       abstract_p             => 'f',
< >   31   --       object_type_one                => 'application_group',
  32   --       role_one                       => 'application',
    31 --       object_type_one        => 'application_group',
    32 --       role_one               => 'application',
33 33 --       min_n_rels_one         => 0,
  34 34 --       max_n_rels_one         => null,
< >   35   --       object_type_two                => 'user',
  36   --       role_two                       => 'user',
    35 --       object_type_two        => 'user',
    36 --       role_two               => 'user',
37 37 --       min_n_rels_two         => 0,
  38 38 --       max_n_rels_two         => null
  39 39 --     );
 
61 61         'application_group',
  62 62         'application',
  63 63         0,
< >   64           null,
    64         null::integer,
65 65         'user',
  66 66         'user',
  67 67         0,
< >   68           null,
  69           'f'
    68         null::integer,
    69         'f'
< _   70 70     );
  71 71
  72 72     return 0;