Changeset 443


Ignore:
Timestamp:
06/25/12 19:42:46 (12 years ago)
Author:
nanardon
Message:
  • version 0.04
Location:
server/trunk/web/lib
Files:
2 edited

Legend:

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

    r438 r443  
    3232extends 'Catalyst'; 
    3333 
    34 our $VERSION = '0.02'; 
     34our $VERSION = '0.04'; 
    3535$VERSION = eval $VERSION; 
    3636 
  • server/trunk/web/lib/Sophie/Base/Result/Paths.pm

    r408 r443  
    1111); 
    1212__PACKAGE__->set_primary_key('d_path_key'); 
    13 __PACKAGE__->add_unique_constraint('path' => [ 'path' ]); 
     13#__PACKAGE__->add_unique_constraint('path' => [ 'path' ]); 
    1414__PACKAGE__->belongs_to('MetaPaths' => 'Sophie::Base::Result::MetaPaths', 'meta_path'); 
    1515__PACKAGE__->has_many(MediasPaths => 'Sophie::Base::Result::MediasPaths', 'd_path'); 
Note: See TracChangeset for help on using the changeset viewer.