/[transports]/trunk/lib/Transports/Model/Destination.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/Transports/Model/Destination.pm

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

revision 50 by dpavlin, Tue May 30 18:50:16 2006 UTC revision 51 by dpavlin, Mon Jun 5 14:06:58 2006 UTC
# Line 4  use warnings; Line 4  use warnings;
4  package Transports::Model::Destination::Schema;  package Transports::Model::Destination::Schema;
5  use Jifty::DBI::Schema;  use Jifty::DBI::Schema;
6    
7    use Transports::Model::Landscape;
8    
9  column name =>  column name =>
10          type is 'text',          type is 'text',
11          label is 'Destination client',          label is 'Destination client',
12          is mandatory,          is mandatory,
13          since '0.0.7';          since '0.0.7';
14    
15    column landscape =>
16            refers_to Transports::Model::Landscape,
17            label is 'Part of landscape',
18            is mandatory,
19            since '0.0.13';
20    
21  # Your column definitions go here.  See L<Jifty::DBI::Schema> for  # Your column definitions go here.  See L<Jifty::DBI::Schema> for
22  # documentation about how to write column definitions.  # documentation about how to write column definitions.
23    

Legend:
Removed from v.50  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.26