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

(-)a/Koha/Schema/Result/Borrower.pm (-3 / +4 lines)
Lines 581-586 time of last change could be useful for synchronization with external systems (a Link Here
581
581
582
  data_type: 'datetime'
582
  data_type: 'datetime'
583
  datetime_undef_if_invalid: 1
583
  datetime_undef_if_invalid: 1
584
  default_value: 'current_timestamp'
584
  is_nullable: 1
585
  is_nullable: 1
585
586
586
last time a patron has been seen (connected at the OPAC or staff interface)
587
last time a patron has been seen (connected at the OPAC or staff interface)
Lines 813-818 __PACKAGE__->add_columns( Link Here
813
  {
814
  {
814
    data_type => "datetime",
815
    data_type => "datetime",
815
    datetime_undef_if_invalid => 1,
816
    datetime_undef_if_invalid => 1,
817
    default_value => \"current_timestamp",
816
    is_nullable => 1,
818
    is_nullable => 1,
817
  },
819
  },
818
  "lang",
820
  "lang",
Lines 1965-1972 Composing rels: L</user_permissions> -> permission Link Here
1965
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
1967
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
1966
1968
1967
1969
1968
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-06 19:32:13
1970
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-13 10:20:58
1969
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lGlRQ4XvRdsrqTye6sDpYg
1971
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/uDNeoywItcYvuNkkOSJAg
1970
1972
1971
__PACKAGE__->has_many(
1973
__PACKAGE__->has_many(
1972
  "extended_attributes",
1974
  "extended_attributes",
1973
- 

Return to bug 23486