Skip to content

Commit

Permalink
Updated DBIx classes from the prod database.
Browse files Browse the repository at this point in the history
Changes are due to the MySQL database server upgrade to v8.+
  • Loading branch information
mgcam committed Oct 23, 2023
1 parent ba422cf commit c040558
Show file tree
Hide file tree
Showing 36 changed files with 115 additions and 115 deletions.
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/Adapter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -280,8 +280,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::adapter';


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-08-19 12:16:50
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jxMC400VgMoWLi7VZ1BQvg
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:srapMIASvykpn0D/5X066w

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/AlignmentFilterMetrics.pm
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -207,8 +207,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::alignment_filter_metrics';


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-14 16:25:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UVRsbLgCI8N3LzjV6YBB7A
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ak1mGBgWlfmsIfmzT/4XvQ

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/BamFlagstats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -477,8 +477,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::bam_flagstats';


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2019-04-17 14:56:54
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YsrYNzYhK4jAltTpq12t+g
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:axfkgZIrumpoJiNjfj7yyA


# You can replace this text with custom code or comments, and it will be preserved on regeneration
Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/Bcfstats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -256,8 +256,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::bcfstats';


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2018-07-24 17:13:35
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:niEMJnu89gCh6Yx6PzR7hw
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gJt3V2S2ree5E94xu6xn1A


# You can replace this text with custom code or comments, and it will be preserved on regeneration
Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/Contamination.pm
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -242,8 +242,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::contamination';


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-14 16:25:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9/I9ZNNFeUTRJb7yJXunBQ
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q/Lh45owtn/TU8GHHf4jwA

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/GcBias.pm
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -292,8 +292,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::gc_bias';


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-14 16:25:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:E6k6Zr3VAt0RkqAEH2ZBrA
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Y0t2xa+NCczKCwOEWAjUcQ

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/GcFraction.pm
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -260,8 +260,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::gc_fraction';


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-14 16:25:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XCy84rstloTadFcE32SIoQ
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uyOmbQl5nmU4uibxbxB8QQ

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/Generic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -200,8 +200,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::generic';


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-07-14 09:16:04
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uIYLagwKxxyrYTKAgv6eYA
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iCSGbCy41Xe5K29fq54DUg

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/Genotype.pm
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -346,8 +346,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::genotype';


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-14 16:25:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dOkisnN8FSpBKaEVOtq9tg
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CcmXuEJl5SNEZEWrWJ1jnw

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/GenotypeCall.pm
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -273,8 +273,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::genotype_call';


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2018-05-14 16:35:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z3A8Bv3NKskL8diAXznyaw
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Vo+ZhpU991FKH7gAzXd59Q


# You can replace this text with custom code or comments, and it will be preserved on regeneration
Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/HaplotagMetrics.pm
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -219,8 +219,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result';


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-08-16 11:54:35
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bckQUhv6suXghL1wTChGug
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2kmSW9SZAyLFgSoUJCzYcg

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/InsertSize.pm
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -360,8 +360,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::insert_size';


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-14 16:25:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dvQeKZR2d4Wtz0s3OEccog
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pJmotNRbztmi5AvC3ovrOg

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/Interop.pm
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -177,8 +177,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::interop';


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-01-23 16:45:09
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3OsEWKDv2Wiwgvz81Osg/A
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:eBRUARW2DJk9PeWPDbh+3Q


# You can replace this text with custom code or comments, and it will be preserved on regeneration
Expand Down
8 changes: 4 additions & 4 deletions lib/npg_qc/Schema/Result/MqcLibraryOutcomeEnt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ __PACKAGE__->belongs_to(
'mqc_outcome',
'npg_qc::Schema::Result::MqcLibraryOutcomeDict',
{ id_mqc_library_outcome => 'id_mqc_outcome' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head2 seq_composition
Expand All @@ -230,12 +230,12 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-15 14:33:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ToJTCdCmZugE5pmrRj0z1A
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AnOBRE7DAQwsNVRnlZ3VDQ

use Carp;
with qw/npg_qc::Schema::Mqc::OutcomeEntity/;
Expand Down
8 changes: 4 additions & 4 deletions lib/npg_qc/Schema/Result/MqcLibraryOutcomeHist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ __PACKAGE__->belongs_to(
'mqc_outcome',
'npg_qc::Schema::Result::MqcLibraryOutcomeDict',
{ id_mqc_library_outcome => 'id_mqc_outcome' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head2 seq_composition
Expand All @@ -199,12 +199,12 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-15 14:33:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FHRyyISjIlkr7To6IAI5eg
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LcwccF+lrvx8CzrPw4riqQ

our $VERSION = '0';

Expand Down
8 changes: 4 additions & 4 deletions lib/npg_qc/Schema/Result/MqcOutcomeEnt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ __PACKAGE__->belongs_to(
'mqc_outcome',
'npg_qc::Schema::Result::MqcOutcomeDict',
{ id_mqc_outcome => 'id_mqc_outcome' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head2 seq_composition
Expand All @@ -220,12 +220,12 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-15 14:33:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CER7lXmkdjHi1Q12USNB+Q
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U9PH+AyBX2DFQLrVDTfK/Q

use Carp;

Expand Down
8 changes: 4 additions & 4 deletions lib/npg_qc/Schema/Result/MqcOutcomeHist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ __PACKAGE__->belongs_to(
'mqc_outcome',
'npg_qc::Schema::Result::MqcOutcomeDict',
{ id_mqc_outcome => 'id_mqc_outcome' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head2 seq_composition
Expand All @@ -192,12 +192,12 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-15 14:33:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jzcSpLhPAHC3W3XkadX0XA
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nqqsNCkoxbS5qEs0VkLHeA

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/PulldownMetrics.pm
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -346,8 +346,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::pulldown_metrics';


# Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-14 16:25:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:T6yxVg96ts6jOfEGLy4Veg
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SDBKSU52gWsUOwOJAkyoQg

our $VERSION = '0';

Expand Down
6 changes: 3 additions & 3 deletions lib/npg_qc/Schema/Result/QXYield.pm
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ __PACKAGE__->belongs_to(
'seq_composition',
'npg_qc::Schema::Result::SeqComposition',
{ id_seq_composition => 'id_seq_composition' },
{ is_deferrable => 1, on_delete => 'NO ACTION', on_update => 'NO ACTION' },
{ is_deferrable => 1, on_delete => 'RESTRICT', on_update => 'RESTRICT' },
);

=head1 L<Moose> ROLES APPLIED
Expand All @@ -292,8 +292,8 @@ __PACKAGE__->belongs_to(
with 'npg_qc::Schema::Composition', 'npg_qc::Schema::Flators', 'npg_qc::autoqc::role::result', 'npg_qc::autoqc::role::qX_yield';


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-08-19 12:16:50
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LHzBwbDWKgAAeb8bUrM8og
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:35:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:o6vntkhfrLEMyYVCPe7+Yg

our $VERSION = '0';

Expand Down
Loading

0 comments on commit c040558

Please sign in to comment.