Closed (fixed)
Project:
ShrinkTheWeb
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jan 2013 at 14:33 UTC
Updated:
4 Dec 2014 at 00:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
strykaizerfix in attachment
Comment #2
tanmaykWhat about using drupal_install_schema() ?? Since it will create tables defined in hook_schema of module. First drop existing table and then just drupal_install_schema(). Any thoughts ??
Comment #3
arsirc commentednew release with bugfix available ...
Thanks to StryKaizer you for the patch!!
Comment #4
tanmaykIs this really a good way to go? Since you are dropping the table and re-creating it, what about existing data ? I don't know, you might inserting it in module file somewhere, don't know about that. But still I am feeling that this is not complete solution. You should map existing data into new table, I think. :)
Comment #5
puravida commented