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 1930-1937 Composing rels: L</user_permissions> -> permission Link Here
1930
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
1932
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
1931
1933
1932
1934
1933
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-15 06:51:43
1935
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-25 11:43:17
1934
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ozDOfb67H7/GHLI0o4DdyA
1936
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0qdmDuXLoc0Uvasoyaq/xw
1935
1937
1936
__PACKAGE__->has_many(
1938
__PACKAGE__->has_many(
1937
  "extended_attributes",
1939
  "extended_attributes",
1938
- 

Return to bug 23486