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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | database.pgsql_7.patch | 357 bytes | crunchywelch |
| #2 | database.mysql_7.patch | 331 bytes | crunchywelch |
| #1 | database.pgsql_6.patch | 1.07 KB | crunchywelch |
| database.mysql_6.patch | 1.07 KB | crunchywelch |
Comments
Comment #1
crunchywelch commentedHere is the postgres patch
Comment #2
crunchywelch commentedOops, look like I combined the patches. Here is just the mysql version
Comment #3
crunchywelch commentedand postgres
Comment #4
crunchywelch commentedfixing the title, project module is not my friend today :/
Comment #5
Cvbge commentedPostgres 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.
Comment #6
Uwe Hermann commentedThere _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).
Comment #7
Steve Dondley commentedvid now is in place for both mysql and pgsql. 'shadow' field no longer in pgsql file. This matter is closed.
Comment #8
dries commented