/[A3C]/lib/A3C/Model/StrixInstance.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 /lib/A3C/Model/StrixInstance.pm

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

lib/A3C/Model/StrixSite.pm revision 139 by dpavlin, Fri May 30 21:16:08 2008 UTC lib/A3C/Model/StrixInstance.pm revision 174 by dpavlin, Mon Jun 16 16:48:16 2008 UTC
# Line 1  Line 1 
1  use strict;  use strict;
2  use warnings;  use warnings;
3    
4  package A3C::Model::StrixSite;  package A3C::Model::StrixInstance;
5  use Jifty::DBI::Schema;  use Jifty::DBI::Schema;
6    
7  use A3C::Record schema {  use A3C::Record schema {
8    
9          column site =>          column instance =>
10                  label is _('Site identifier'),                  label is _('Instance identifier'),
11                  is mandatory,                  is mandatory,
12                  is disctinct,                  is disctinct,
13                  is immutable,                  is immutable,

Legend:
Removed from v.139  
changed lines
  Added in v.174

  ViewVC Help
Powered by ViewVC 1.1.26