View Single Post
  #3 (permalink)  
Old 06-19-2007, 09:55 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

After looking into the script I realized that if you uninstall ionFiles it will remove your tables. If you edit the file at:

administrator/components/com_ionfiles/ionfiles_install.xml

and remove these lines:

Code:
<uninstall>
        <queries>
            <query>DROP TABLE IF EXISTS `#__ionfile_downloads_log`;</query>
            <query>DROP TABLE IF EXISTS `#__ionfile_conf`;</query>
            <query>DROP TABLE IF EXISTS `#__ionfile_categories`;</query>
            <query>DROP TABLE IF EXISTS `#__ionfile`;</query>
        </queries>
    </uninstall>
it will not remove your table when you uninstall. I've attached an upgrade script for after you uninstall. Also, you may want to backup your database just in case.
Attached Files
File Type: zip ionFiles-upgrade.zip (23.2 KB, 1 views)
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Reply With Quote