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

(-)a/Koha/Schema/Result/ShibbolethConfig.pm (+7 lines)
Lines 104-109 __PACKAGE__->set_primary_key("shibboleth_config_id"); Link Here
104
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-31 15:43:50
104
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-31 15:43:50
105
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AIDq10SUxo8NgJsBj8oldg
105
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AIDq10SUxo8NgJsBj8oldg
106
106
107
__PACKAGE__->add_columns(
108
    '+force_opac_sso'  => { is_boolean => 1 },
109
    '+force_staff_sso' => { is_boolean => 1 },
110
    '+autocreate'      => { is_boolean => 1 },
111
    '+sync'            => { is_boolean => 1 },
112
    '+welcome'         => { is_boolean => 1 },
113
);
107
114
108
# You can replace this text with custom code or comments, and it will be preserved on regeneration
115
# You can replace this text with custom code or comments, and it will be preserved on regeneration
109
1;
116
1;
(-)a/Koha/Schema/Result/ShibbolethFieldMapping.pm (-1 / +3 lines)
Lines 108-113 __PACKAGE__->add_unique_constraint("koha_field_idx", ["koha_field"]); Link Here
108
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-31 15:43:50
108
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-31 15:43:50
109
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jMBj5Kjjkh1fX74py69SXQ
109
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jMBj5Kjjkh1fX74py69SXQ
110
110
111
__PACKAGE__->add_columns(
112
    '+is_matchpoint' => { is_boolean => 1 },
113
);
111
114
112
# You can replace this text with custom code or comments, and it will be preserved on regeneration
115
# You can replace this text with custom code or comments, and it will be preserved on regeneration
113
1;
116
1;
114
- 

Return to bug 39224