|
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; |