Closed (fixed)
Project:
Chess
Version:
5.x-0.1-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Oct 2008 at 17:02 UTC
Updated:
5 Nov 2008 at 22:32 UTC
Jump to comment: Most recent file
chess_uninstall() function is missing from chess.install. SQL tables should should be DROP'd. Content type modifications should be reversed.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | chess.install.zip | 1.68 KB | EoinBailey |
Comments
Comment #1
csko commentedComment #2
EoinBailey commentedYep, working on this. Silly not to include it. Sorry about that. The next version will have the uninstall included.
The attached file has it included (this is my first hook_uninstall, let me know if it's missing anything!).
Comment #3
EoinBailey commented0.06 has an uninstall.
BUT... if you haven't used the uninstall from the patch above first, you will have to manually remove the tables {chess_games} and {chess_info}, as well as delete the content type chess before installing 0.06.
I rewrote the code so it doesn't depend on CCK anymore, it creates its own chess node type, and the tables have been changed very significantly. I'm hopeful though, that from now on, I will have updates in the releases (once I work out how to do it).
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.