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

(-)a/Koha/Database/Commenter.pm (-1 / +1 lines)
Lines 245-250 sub _change_column { Link Here
245
    }
245
    }
246
246
247
    # Extra (like autoincrement)
247
    # Extra (like autoincrement)
248
    $info->{Extra} =~ s/DEFAULT_GENERATED//; # need to remove it for mysql8 timestamps
248
    $rv .= $info->{Extra}. ' ' if $info->{Extra};
249
    $rv .= $info->{Extra}. ' ' if $info->{Extra};
249
250
250
    # Comment if passed; not passing means clearing actually.
251
    # Comment if passed; not passing means clearing actually.
251
- 

Return to bug 33584