• R
    Fix longer sequence name detection for serial columns (#28339) · 8877492d
    Ryuta Kamizono 提交于
    We already found the longer sequence name, but we could not consider
    whether it was the sequence name created by serial type due to missed a
    max identifier length limitation. I've addressed the sequence name
    consideration to respect the max identifier length.
    
    Fixes #28332.
    8877492d
postgresql_adapter.rb 29.8 KB