-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stopped generating InstrumentFormat ORM class.
Dropped instrument_utilisation table from the db schema, which is used for testing the tracking web application. 'instrument_utilisation' table has not been used for the last seven years. The code that filled it in was deleted some time ago. Once this change is released, the 'instrument_utilisation' table can be dropped from the prod. database.
- Loading branch information
Showing
5 changed files
with
3 additions
and
320 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