/[Frey]/trunk/lib/App/RoomReservation.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/App/RoomReservation.pm

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

revision 1154 by dpavlin, Wed Jul 1 22:39:51 2009 UTC revision 1155 by dpavlin, Thu Jul 2 10:12:54 2009 UTC
# Line 11  sub dsn { 'DBI:Pg:dbname=room-reservatio Line 11  sub dsn { 'DBI:Pg:dbname=room-reservatio
11    
12  =head1 DEPLOY  =head1 DEPLOY
13    
14   $ createdb --encoding=utf-8 room-reservation   createdb --encoding=utf-8 room-reservation
15    
16     perl -Ilib -MFrey::Class::Schematize \
17            -e 'print Frey::Class::Schematize->new( class => "App::RoomReservation::Reservation" )->create_table,$/;' \
18            | psql room-reservation
19    
20  =cut  =cut
21    

Legend:
Removed from v.1154  
changed lines
  Added in v.1155

  ViewVC Help
Powered by ViewVC 1.1.26