Hello,
in nodeorder.install I see cases for installation on PostreSQL are skipped and based on the comments in the code it is up to the user to do required modifications in DB. Note this worked for me (postgresql-server-8.1.23-1.el5_7.3):

ALTER TABLE {term_node} ADD COLUMN weight_in_tid int_unsigned NOT NULL default '0';

So IMO this can be added into the module installation code.

Comments

valthebald’s picture

Good point
I don't believe there will be any commits in 5.x series though

valthebald’s picture

Issue summary: View changes

Just fixing table name

dieuwe’s picture

Issue summary: View changes
Status: Active » Closed (fixed)
dieuwe’s picture

Status: Closed (fixed) » Closed (won't fix)

Closing as 5.x is no longer supported.