Changeset 164


Ignore:
Timestamp:
12/21/10 18:17:30 (13 years ago)
Author:
nanardon
Message:
  • add /maintainers functions
Location:
server/trunk/web
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Base/Result/MaintDistrib.pm

    r160 r164  
    66 
    77__PACKAGE__->table('maint_distrib'); 
    8 __PACKAGE__->add_columns(qw/sources distribution_key/); 
    9 __PACKAGE__->set_primary_key(qw/sources distribution_key/); 
     8__PACKAGE__->add_columns(qw/sources distributions_key/); 
     9__PACKAGE__->set_primary_key(qw/sources distributions_key/); 
    1010__PACKAGE__->belongs_to(MaintSources => 'Sophie::Base::Result::MaintSources', 'sources'); 
     11__PACKAGE__->belongs_to(Distribution => 'Sophie::Base::Result::Distribution', 'distributions_key'); 
    1112#__PACKAGE__->has_many(Arch => 'Sophie::Base::Result::Arch', 'd_release'); 
    1213 
Note: See TracChangeset for help on using the changeset viewer.