View | Details | Raw Unified | Return to bug 30565
Collapse All | Expand All

(-)a/Koha/Schema/Result/Stockrotationrota.pm (-3 / +16 lines)
Lines 89-94 __PACKAGE__->add_columns( Link Here
89
89
90
__PACKAGE__->set_primary_key("rota_id");
90
__PACKAGE__->set_primary_key("rota_id");
91
91
92
=head1 UNIQUE CONSTRAINTS
93
94
=head2 C<stockrotationrotas_title>
95
96
=over 4
97
98
=item * L</title>
99
100
=back
101
102
=cut
103
104
__PACKAGE__->add_unique_constraint("stockrotationrotas_title", ["title"]);
105
92
=head1 RELATIONS
106
=head1 RELATIONS
93
107
94
=head2 stockrotationstages
108
=head2 stockrotationstages
Lines 107-114 __PACKAGE__->has_many( Link Here
107
);
121
);
108
122
109
123
110
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29
124
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-20 11:37:15
111
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BpWsKESjapNKXaj2bZ1sjg
125
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9jp+fNV7DMuz5i+eMrt/Cw
112
126
113
__PACKAGE__->add_columns(
127
__PACKAGE__->add_columns(
114
  '+cyclical' => { is_boolean => 1 },
128
  '+cyclical' => { is_boolean => 1 },
115
- 

Return to bug 30565