/[Frey]/trunk/lib/Reblog/Schema/Items.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Reblog/Schema/Items.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1038 by dpavlin, Mon Jan 26 14:51:11 2009 UTC revision 1039 by dpavlin, Thu Feb 12 18:14:19 2009 UTC
# Line 88  __PACKAGE__->add_unique_constraint("feed Line 88  __PACKAGE__->add_unique_constraint("feed
88    
89  # You can replace this text with custom content, and it will be preserved on regeneration  # You can replace this text with custom content, and it will be preserved on regeneration
90    
91    __PACKAGE__->has_one( feed => 'Reblog::Schema::Feeds', { 'foreign.id' => 'self.feed_id' } );
92  __PACKAGE__->has_many( 'userdata' => 'Reblog::Schema::ItemsUserdata', 'item_id' );  __PACKAGE__->has_many( 'userdata' => 'Reblog::Schema::ItemsUserdata', 'item_id' );
93  __PACKAGE__->resultset_class( 'Reblog::ResultSet::Items' );  __PACKAGE__->resultset_class( 'Reblog::ResultSet::Items' );
94    

Legend:
Removed from v.1038  
changed lines
  Added in v.1039

  ViewVC Help
Powered by ViewVC 1.1.26