Kenneth Crocker wrote:
> Phil,
>
>
>     Actually, the 3.6.1 DB upgrade only inserts a couple queries as 
> options; the Unowned query and the My own tickets query. There are no 
> DB Schema changes, per se. Hope this helps.
>
>
> Kenn
> LBNL
Installs two Searches and "HomepageSettings":
   { Name => 'HomepageSettings',
      Description => 'HomepageSettings',
      Content =>
      { 'body' =>
        [ { type => 'system', name => 'My Tickets' },
          { type => 'system', name => 'Unowned Tickets' },
          { type => 'component',  name => 'QuickCreate'},
        ],
        'summary' =>
        [
          { type => 'component', name => 'MyReminders' },
          { type => 'component', name => 'Quicksearch' },
          { type => 'component', name => 'RefreshHomepage' },
        ]
    },

Without that you don't have a default screen layout for the main page.
The important command to run is:

  rt-setup-database --dba root --dba-password IamRoot --action insert 
--datadir etc/upgrade/$VERSION

Jeff
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to