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

(-)a/Koha/Schema/Result/SipAccount.pm (-3 / +10 lines)
Lines 43-48 Foreign key to sip_institutions.sip_institution_id Link Here
43
  is_nullable: 1
43
  is_nullable: 1
44
  size: 255
44
  size: 255
45
45
46
=head2 patron_branchcode_in_ao
47
48
  data_type: 'tinyint'
49
  default_value: 0
50
  is_nullable: 1
51
46
=head2 allow_additional_materials_checkout
52
=head2 allow_additional_materials_checkout
47
53
48
  data_type: 'tinyint'
54
  data_type: 'tinyint'
Lines 255-260 __PACKAGE__->add_columns( Link Here
255
  { data_type => "integer", is_foreign_key => 1, is_nullable => 0 },
261
  { data_type => "integer", is_foreign_key => 1, is_nullable => 0 },
256
  "ae_field_template",
262
  "ae_field_template",
257
  { data_type => "varchar", is_nullable => 1, size => 255 },
263
  { data_type => "varchar", is_nullable => 1, size => 255 },
264
  "patron_branchcode_in_ao",
265
  { data_type => "tinyint", default_value => 0, is_nullable => 1 },
258
  "allow_additional_materials_checkout",
266
  "allow_additional_materials_checkout",
259
  { data_type => "tinyint", is_nullable => 1 },
267
  { data_type => "tinyint", is_nullable => 1 },
260
  "allow_empty_passwords",
268
  "allow_empty_passwords",
Lines 501-508 __PACKAGE__->belongs_to( Link Here
501
);
509
);
502
510
503
511
504
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-11-04 15:47:11
512
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-11-26 15:41:44
505
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:N8uHee0eMqOcg0I1obuEWA
513
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UKHVC0lIrifpOd+vwEwBjA
506
514
507
515
508
__PACKAGE__->add_columns(
516
__PACKAGE__->add_columns(
509
- 

Return to bug 41311