root/modules/branches/2.6/cidlookup/uninstall.sql

Revision 3950, 75 bytes (checked in by diego_iastrubni, 6 years ago)

Added sqlite3 support, to fix ticket:1796
I am using this patch for several time (on the 2.2 branch) and I have no problems with it. Lets hope I am not breaking anything.

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 DROP TABLE IF EXISTS cidlookup;
2 DROP TABLE IF EXISTS cidlookup_incoming;
3
4
Note: See TracBrowser for help on using the browser.