From 99e3c83358719981102ee49e07a1ce73ca209d06 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 25 Jan 2021 14:43:48 -0500 Subject: [PATCH] JobsetEvals: noop: re-run the generator to update the order of fields --- src/lib/Hydra/Schema/JobsetEvals.pm | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/lib/Hydra/Schema/JobsetEvals.pm b/src/lib/Hydra/Schema/JobsetEvals.pm index 36bab6c1..3fd5b469 100644 --- a/src/lib/Hydra/Schema/JobsetEvals.pm +++ b/src/lib/Hydra/Schema/JobsetEvals.pm @@ -89,16 +89,6 @@ __PACKAGE__->table("jobsetevals"); data_type: 'text' is_nullable: 0 -=head2 nixexprinput - - data_type: 'text' - is_nullable: 1 - -=head2 nixexprpath - - data_type: 'text' - is_nullable: 1 - =head2 nrbuilds data_type: 'integer' @@ -114,6 +104,16 @@ __PACKAGE__->table("jobsetevals"); data_type: 'text' is_nullable: 1 +=head2 nixexprinput + + data_type: 'text' + is_nullable: 1 + +=head2 nixexprpath + + data_type: 'text' + is_nullable: 1 + =cut __PACKAGE__->add_columns( @@ -142,16 +142,16 @@ __PACKAGE__->add_columns( { data_type => "integer", is_nullable => 0 }, "hash", { data_type => "text", is_nullable => 0 }, - "nixexprinput", - { data_type => "text", is_nullable => 1 }, - "nixexprpath", - { data_type => "text", is_nullable => 1 }, "nrbuilds", { data_type => "integer", is_nullable => 1 }, "nrsucceeded", { data_type => "integer", is_nullable => 1 }, "flake", { data_type => "text", is_nullable => 1 }, + "nixexprinput", + { data_type => "text", is_nullable => 1 }, + "nixexprpath", + { data_type => "text", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -229,8 +229,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-22 07:11:57 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hdu+0WWo2363dVvImMKxdA +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-25 14:43:28 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VKQNG53wwdbO8p1CTdX+WA __PACKAGE__->has_many( "buildIds",