@@ -, +, @@ --- Koha/Schema/Result/PseudonymizedTransaction.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/Koha/Schema/Result/PseudonymizedTransaction.pm +++ a/Koha/Schema/Result/PseudonymizedTransaction.pm @@ -311,6 +311,8 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-01-11 17:12:17 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bzHjcKCHYf+bixeA1dhKIQ +__PACKAGE__->add_columns( + '+has_cardnumber' => { is_boolean => 1 }, +); -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; --