-
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.
Merge pull request #766 from mgcam/dbix_clases_update
Updated DBIx classes from the prod database.
- Loading branch information
Showing
22 changed files
with
87 additions
and
87 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,12 +193,12 @@ __PACKAGE__->belongs_to( | |
"user", | ||
"npg_tracking::Schema::Result::User", | ||
{ id_user => "id_user" }, | ||
{ 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.07036 @ 2014-02-20 10:43:38 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fw1PGLynbasn+IKgeZzzTw | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:21CP732yEziG9roi+KTB8Q | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -165,7 +165,7 @@ __PACKAGE__->belongs_to( | |
"event_type", | ||
"npg_tracking::Schema::Result::EventType", | ||
{ id_event_type => "id_event_type" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 user | ||
|
@@ -180,12 +180,12 @@ __PACKAGE__->belongs_to( | |
"user", | ||
"npg_tracking::Schema::Result::User", | ||
{ id_user => "id_user" }, | ||
{ 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.07036 @ 2014-02-28 12:00:59 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Va2X3mrYQthvC7JygMXvSw | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iW34qsv8FmJjDDdZDm6ylw | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -108,7 +108,7 @@ __PACKAGE__->belongs_to( | |
"entity_type", | ||
"npg_tracking::Schema::Result::EntityType", | ||
{ id_entity_type => "id_entity_type" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 events | ||
|
@@ -127,8 +127,8 @@ __PACKAGE__->has_many( | |
); | ||
|
||
|
||
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2017-03-29 16:56:34 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zlzIuoXKksCuAnCVChRQlw | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bvmkevh1cn8gaCS0EruQ2Q | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -241,7 +241,7 @@ __PACKAGE__->belongs_to( | |
"instrument_format", | ||
"npg_tracking::Schema::Result::InstrumentFormat", | ||
{ id_instrument_format => "id_instrument_format" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 instrument_mods | ||
|
@@ -290,8 +290,8 @@ __PACKAGE__->has_many( | |
); | ||
|
||
|
||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-01-10 16:30:08 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7AZ9QOLc9VZulP3ExZljWQ | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EZWWx8ih32aSy82wpKEPLQ | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -115,7 +115,7 @@ __PACKAGE__->belongs_to( | |
"annotation", | ||
"npg_tracking::Schema::Result::Annotation", | ||
{ id_annotation => "id_annotation" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 instrument | ||
|
@@ -130,12 +130,12 @@ __PACKAGE__->belongs_to( | |
"instrument", | ||
"npg_tracking::Schema::Result::Instrument", | ||
{ id_instrument => "id_instrument" }, | ||
{ 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.07035 @ 2013-07-23 16:11:42 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+3wjXy3XATMRUrcKq5Q5Dw | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/xqdoyW0RURN6fnrCSzA1A | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -111,7 +111,7 @@ __PACKAGE__->belongs_to( | |
"designation", | ||
"npg_tracking::Schema::Result::Designation", | ||
{ id_designation => "id_designation" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 instrument | ||
|
@@ -126,12 +126,12 @@ __PACKAGE__->belongs_to( | |
"instrument", | ||
"npg_tracking::Schema::Result::Instrument", | ||
{ id_instrument => "id_instrument" }, | ||
{ 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.07035 @ 2013-07-23 16:11:42 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:75BtblGp9IlL23gHdPu74w | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KHcCuo5jZz2lAyNyo5Kqyg | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -189,7 +189,7 @@ __PACKAGE__->belongs_to( | |
"manufacturer", | ||
"npg_tracking::Schema::Result::Manufacturer", | ||
{ id_manufacturer => "id_manufacturer" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 runs | ||
|
@@ -208,8 +208,8 @@ __PACKAGE__->has_many( | |
); | ||
|
||
|
||
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-07-23 16:11:42 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:65VhDik9vcGwGAJCX00ATg | ||
# 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 | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -167,7 +167,7 @@ __PACKAGE__->belongs_to( | |
"instrument", | ||
"npg_tracking::Schema::Result::Instrument", | ||
{ id_instrument => "id_instrument" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 instrument_mod_dict | ||
|
@@ -182,7 +182,7 @@ __PACKAGE__->belongs_to( | |
"instrument_mod_dict", | ||
"npg_tracking::Schema::Result::InstrumentModDict", | ||
{ id_instrument_mod_dict => "id_instrument_mod_dict" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 user | ||
|
@@ -197,12 +197,12 @@ __PACKAGE__->belongs_to( | |
"user", | ||
"npg_tracking::Schema::Result::User", | ||
{ id_user => "id_user" }, | ||
{ 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.07035 @ 2013-07-23 16:11:42 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jx8LcIOopsROPJYpt927EQ | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HQKv7jeoJGBuxHmYHptWjg | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -164,7 +164,7 @@ __PACKAGE__->belongs_to( | |
"instrument", | ||
"npg_tracking::Schema::Result::Instrument", | ||
{ id_instrument => "id_instrument" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 instrument_status_annotations | ||
|
@@ -194,7 +194,7 @@ __PACKAGE__->belongs_to( | |
"instrument_status_dict", | ||
"npg_tracking::Schema::Result::InstrumentStatusDict", | ||
{ id_instrument_status_dict => "id_instrument_status_dict" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 user | ||
|
@@ -209,12 +209,12 @@ __PACKAGE__->belongs_to( | |
"user", | ||
"npg_tracking::Schema::Result::User", | ||
{ id_user => "id_user" }, | ||
{ 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.07036 @ 2014-02-20 10:43:38 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UzbBKhYHg31HV1VerPCvSw | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:esGkAihro4/eSQRnoK9hfw | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -130,7 +130,7 @@ __PACKAGE__->belongs_to( | |
"annotation", | ||
"npg_tracking::Schema::Result::Annotation", | ||
{ id_annotation => "id_annotation" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 instrument_status | ||
|
@@ -145,12 +145,12 @@ __PACKAGE__->belongs_to( | |
"instrument_status", | ||
"npg_tracking::Schema::Result::InstrumentStatus", | ||
{ id_instrument_status => "id_instrument_status" }, | ||
{ 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.07035 @ 2013-07-23 16:11:42 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1Nry/5/Z7srL49QFt5725A | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cJbTbXRF+P8weHj/iJAYqw | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -259,12 +259,12 @@ __PACKAGE__->belongs_to( | |
"instrument_format", | ||
"npg_tracking::Schema::Result::InstrumentFormat", | ||
{ id_instrument_format => "id_instrument_format" }, | ||
{ 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.07035 @ 2013-07-23 16:11:42 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XRcRHyyuFbfg8mml8Zazow | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rbmVI5hlEgTZFDj665rTkw | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -131,7 +131,7 @@ __PACKAGE__->belongs_to( | |
"annotation", | ||
"npg_tracking::Schema::Result::Annotation", | ||
{ id_annotation => "id_annotation" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 run | ||
|
@@ -146,12 +146,12 @@ __PACKAGE__->belongs_to( | |
"run", | ||
"npg_tracking::Schema::Result::Run", | ||
{ id_run => "id_run" }, | ||
{ 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.07035 @ 2013-07-23 16:11:43 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CQlOPAhOvTlIY5xY8E07pw | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:l7RDTNRRvgDHqX8hxdJlQA | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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 |
---|---|---|
|
@@ -111,7 +111,7 @@ __PACKAGE__->belongs_to( | |
"annotation", | ||
"npg_tracking::Schema::Result::Annotation", | ||
{ id_annotation => "id_annotation" }, | ||
{ is_deferrable => 1, on_delete => "NO ACTION", on_update => "NO ACTION" }, | ||
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, | ||
); | ||
|
||
=head2 run_lane | ||
|
@@ -126,12 +126,12 @@ __PACKAGE__->belongs_to( | |
"run_lane", | ||
"npg_tracking::Schema::Result::RunLane", | ||
{ id_run_lane => "id_run_lane" }, | ||
{ 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.07035 @ 2013-07-23 16:11:43 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uIpg3AS/VOzbk6wv3a2mjw | ||
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2023-10-23 17:02:30 | ||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zSY29s221/qV7AsJvmk7HQ | ||
|
||
# Author: [email protected] | ||
# Created: 2010-04-08 | ||
|
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
Oops, something went wrong.