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

(-)a/Koha/Schema/Result/Borrower.pm (-3 / +4 lines)
Lines 573-578 time of last change could be useful for synchronization with external systems (a Link Here
573
573
574
  data_type: 'datetime'
574
  data_type: 'datetime'
575
  datetime_undef_if_invalid: 1
575
  datetime_undef_if_invalid: 1
576
  default_value: 'current_timestamp()'
576
  is_nullable: 1
577
  is_nullable: 1
577
578
578
last time a patron has been seen (connected at the OPAC or staff interface)
579
last time a patron has been seen (connected at the OPAC or staff interface)
Lines 803-808 __PACKAGE__->add_columns( Link Here
803
  {
804
  {
804
    data_type => "datetime",
805
    data_type => "datetime",
805
    datetime_undef_if_invalid => 1,
806
    datetime_undef_if_invalid => 1,
807
    default_value => "current_timestamp()",
806
    is_nullable => 1,
808
    is_nullable => 1,
807
  },
809
  },
808
  "lang",
810
  "lang",
Lines 1955-1962 Composing rels: L</user_permissions> -> permission Link Here
1955
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
1957
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
1956
1958
1957
1959
1958
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-24 10:20:07
1960
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-03 13:47:52
1959
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:srYT5wjg7Jhy5CpmDjWv/g
1961
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tO6TdHHQwboxfswtVRBLyA
1960
1962
1961
__PACKAGE__->has_many(
1963
__PACKAGE__->has_many(
1962
  "extended_attributes",
1964
  "extended_attributes",
1963
- 

Return to bug 23486