The database.* files do not contain the vid field in the forum table, causing forum module to break when submitting forum topics.

Also, database.pgsql contains an old field called 'shadow' in the forum table.

These patches fix this problem.

Comments

crunchywelch’s picture

Title: missing vid field in the forum table » pgsql patch
StatusFileSize
new1.07 KB

Here is the postgres patch

crunchywelch’s picture

Title: pgsql patch » mysql patch seperate
StatusFileSize
new331 bytes

Oops, look like I combined the patches. Here is just the mysql version

crunchywelch’s picture

Title: mysql patch seperate » pgsql patch seperate
StatusFileSize
new357 bytes

and postgres

crunchywelch’s picture

Title: pgsql patch seperate » forum table definition missing fields

fixing the title, project module is not my friend today :/

Cvbge’s picture

Postgres version is fine (although the patch should be made from the top directory)

Also I believe that "aggregate" patches containing changes to all files are better then many patches, each for one file. Less patches to track.

Uwe Hermann’s picture

Status: Needs review » Needs work

There _are_ vid columns in current HEAD, so are these patches still needed? The "shadow" column is still there, though. Also, I agree with #5 (only one patch).

Steve Dondley’s picture

Status: Needs work » Fixed

vid now is in place for both mysql and pgsql. 'shadow' field no longer in pgsql file. This matter is closed.

dries’s picture

Status: Fixed » Closed (fixed)