Lines 133-143
__PACKAGE__->table("categories");
Link Here
|
133 |
data_type: 'tinyint' |
133 |
data_type: 'tinyint' |
134 |
is_nullable: 1 |
134 |
is_nullable: 1 |
135 |
|
135 |
|
136 |
=head2 exclude_from_local_holds_priority |
|
|
137 |
|
138 |
data_type: 'tinyint' |
139 |
is_nullable: 1 |
140 |
|
141 |
=head2 min_password_length |
136 |
=head2 min_password_length |
142 |
|
137 |
|
143 |
data_type: 'smallint' |
138 |
data_type: 'smallint' |
Lines 148-153
__PACKAGE__->table("categories");
Link Here
|
148 |
data_type: 'tinyint' |
143 |
data_type: 'tinyint' |
149 |
is_nullable: 1 |
144 |
is_nullable: 1 |
150 |
|
145 |
|
|
|
146 |
=head2 exclude_from_local_holds_priority |
147 |
|
148 |
data_type: 'tinyint' |
149 |
is_nullable: 1 |
150 |
|
151 |
=cut |
151 |
=cut |
152 |
|
152 |
|
153 |
__PACKAGE__->add_columns( |
153 |
__PACKAGE__->add_columns( |
Lines 204-215
__PACKAGE__->add_columns(
Link Here
|
204 |
{ data_type => "tinyint", is_nullable => 1 }, |
204 |
{ data_type => "tinyint", is_nullable => 1 }, |
205 |
"change_password", |
205 |
"change_password", |
206 |
{ data_type => "tinyint", is_nullable => 1 }, |
206 |
{ data_type => "tinyint", is_nullable => 1 }, |
207 |
"exclude_from_local_holds_priority", |
|
|
208 |
{ data_type => "tinyint", is_nullable => 1 }, |
209 |
"min_password_length", |
207 |
"min_password_length", |
210 |
{ data_type => "smallint", is_nullable => 1 }, |
208 |
{ data_type => "smallint", is_nullable => 1 }, |
211 |
"require_strong_password", |
209 |
"require_strong_password", |
212 |
{ data_type => "tinyint", is_nullable => 1 }, |
210 |
{ data_type => "tinyint", is_nullable => 1 }, |
|
|
211 |
"exclude_from_local_holds_priority", |
212 |
{ data_type => "tinyint", is_nullable => 1 }, |
213 |
); |
213 |
); |
214 |
|
214 |
|
215 |
=head1 PRIMARY KEY |
215 |
=head1 PRIMARY KEY |
Lines 302-309
__PACKAGE__->has_many(
Link Here
|
302 |
); |
302 |
); |
303 |
|
303 |
|
304 |
|
304 |
|
305 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-09-02 12:50:50 |
305 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-09-16 13:39:18 |
306 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JOzFLxLwouaTl5dQJrOdZA |
306 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ndAHsHRXsMpzZSmVZ++VHw |
307 |
|
307 |
|
308 |
__PACKAGE__->add_columns( |
308 |
__PACKAGE__->add_columns( |
309 |
'+exclude_from_local_holds_priority' => { is_boolean => 1 }, |
309 |
'+exclude_from_local_holds_priority' => { is_boolean => 1 }, |
310 |
- |
|
|