Closed (duplicate)
Project:
Video
Version:
6.x-4.2-alpha2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Jan 2011 at 20:18 UTC
Updated:
7 Jan 2011 at 02:06 UTC
The upgrade script includes "ALTER TABLE {video_files} ADD data longtext", but longtext is not a valid datatype for PostgreSQL, so the statement fails. This leaves the DB without a 'data' field, and hence the video module in an unusable state, so I've marked this critical.
I haven't tried any workarounds yet; its likely that manually adding a field of type "text" (PG's unlimited length text datatype) will solve any problems...
Comments
Comment #1
hypertext200We have fixed this in dev version. Duplicate of #993030: dbupdate #6407 in alpha2 fails on pgsql: type "longtext" does not exist