By polarsky on
Hola guys,
I've been working on a module for sometime and recently added a .install file(after disabling the module) because I realised the module needed some tables but after re-enabling the module, the tables seem not to have installed. Could anyone tell me what's happening here?...and how do I go about this..?
Cheers.
Comments
Drupal records whether a
Drupal records whether a module has already been enabled and if it has, then it doesn't reinstall any schema from an install file regardless of whether that install file is new or not. To get it to install 'fresh' you'll need to follow the uninstall tab on the modules page which removes the record of the module from your system table.
Pobster