forked from wtsi-npg/npg_tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request wtsi-npg#818 from mgcam/drop_instr_util_ORM_class
Stopped generating InstrumentFormat ORM class.
- Loading branch information
Showing
6 changed files
with
3 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,21 +147,6 @@ __PACKAGE__->set_primary_key("id_instrument_format"); | |
|
||
=head1 RELATIONS | ||
=head2 instrument_utilisations | ||
Type: has_many | ||
Related object: L<npg_tracking::Schema::Result::InstrumentUtilisation> | ||
=cut | ||
|
||
__PACKAGE__->has_many( | ||
"instrument_utilisations", | ||
"npg_tracking::Schema::Result::InstrumentUtilisation", | ||
{ "foreign.id_instrument_format" => "self.id_instrument_format" }, | ||
{ cascade_copy => 0, cascade_delete => 0 }, | ||
); | ||
|
||
=head2 instruments | ||
Type: has_many | ||
|
@@ -208,8 +193,8 @@ __PACKAGE__->has_many( | |
); | ||
|
||
|
||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:esNDL3mLvW19/fKjWfsX/g | ||
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-04-09 10:35:17 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:elkjaVkCGUOAo8WzkpdV/A | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
275 changes: 0 additions & 275 deletions
275
lib/npg_tracking/Schema/Result/InstrumentUtilisation.pm
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters