PostgreSQL has no "longtext" type. Unlike MySQL, the plain "text" type already allows for an unlimited amount of data to be stored. Consequently, the database update #6407 fails on the last line.

Apply the attached patch to correct.

CommentFileSizeAuthor
video_dbupdate_6407-postgres.patch724 bytesjohn franklin

Comments

hypertext200’s picture

Status: Active » Needs review
hypertext200’s picture

Status: Needs review » Patch (to be ported)
hypertext200’s picture

Status: Patch (to be ported) » Closed (fixed)
liam morland’s picture

Issue tags: +PostgreSQL