--- trunk/lib/Transports/Model/Destination.pm 2006/06/05 09:36:12 50 +++ trunk/lib/Transports/Model/Destination.pm 2006/06/05 14:06:58 51 @@ -4,12 +4,20 @@ package Transports::Model::Destination::Schema; use Jifty::DBI::Schema; +use Transports::Model::Landscape; + column name => type is 'text', label is 'Destination client', is mandatory, since '0.0.7'; +column landscape => + refers_to Transports::Model::Landscape, + label is 'Part of landscape', + is mandatory, + since '0.0.13'; + # Your column definitions go here. See L for # documentation about how to write column definitions.