HPC-Runner-Command-Plugin-Logger-Sqlite
    
    
  
  
  
view release on metacpan or search on metacpan
lib/HPC/Runner/Command/Plugin/Logger/Sqlite/Schema/Result/Job.pm view on Meta::CPAN
Type: has_many
Related object: L<HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Task>
=cut
__PACKAGE__->has_many(
  "tasks",
  "HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Task",
  { "foreign.job_fk" => "self.job_pi" },
  { cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07045 @ 2017-03-28 14:40:23
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/WroaV1KhFwIpCDL7UwNmA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/HPC/Runner/Command/Plugin/Logger/Sqlite/Schema/Result/Submission.pm view on Meta::CPAN
Type: has_many
Related object: L<HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Job>
=cut
__PACKAGE__->has_many(
  "jobs",
  "HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Job",
  { "foreign.submission_fk" => "self.submission_pi" },
  { cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07045 @ 2017-03-28 14:40:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e9yr8/SPDCmvVbTqLXW6PA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
( run in 0.467 second using v1.01-cache-2.11-cpan-5dc5da66d9d )