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

(-)a/Koha/Schema/Result/Borrower.pm (-3 / +4 lines)
Lines 557-562 time of last change could be useful for synchronization with external systems (a Link Here
557
557
558
  data_type: 'datetime'
558
  data_type: 'datetime'
559
  datetime_undef_if_invalid: 1
559
  datetime_undef_if_invalid: 1
560
  default_value: 'current_timestamp()'
560
  is_nullable: 1
561
  is_nullable: 1
561
562
562
last time a patron has been seen (connected at the OPAC or staff interface)
563
last time a patron has been seen (connected at the OPAC or staff interface)
Lines 778-783 __PACKAGE__->add_columns( Link Here
778
  {
779
  {
779
    data_type => "datetime",
780
    data_type => "datetime",
780
    datetime_undef_if_invalid => 1,
781
    datetime_undef_if_invalid => 1,
782
    default_value => "current_timestamp()",
781
    is_nullable => 1,
783
    is_nullable => 1,
782
  },
784
  },
783
  "lang",
785
  "lang",
Lines 1915-1922 Composing rels: L</user_permissions> -> permission Link Here
1915
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
1917
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
1916
1918
1917
1919
1918
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-02-25 00:33:23
1920
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-14 14:20:11
1919
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qPGKczsaKaLxxiNzZS5zdQ
1921
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:phVq5EIFgRuBMFc/wzk30Q
1920
1922
1921
__PACKAGE__->has_many(
1923
__PACKAGE__->has_many(
1922
  "extended_attributes",
1924
  "extended_attributes",
1923
- 

Return to bug 23486