mirror of
https://github.com/anope/anope.git
synced 2026-07-08 11:43:14 +02:00
BUILD : 1.7.8 (607) BUGS : N/A NOTES : Clean up after proxy was removed, some Win32 touch ups
git-svn-id: svn://svn.anope.org/anope/trunk@607 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@455 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
2f44331e17
commit
2278e8c77b
@@ -296,19 +296,6 @@ CREATE TABLE anope_os_exceptions (
|
||||
PRIMARY KEY (oe_id)
|
||||
) TYPE=MyISAM;
|
||||
|
||||
--
|
||||
-- Table structure for table `anope_os_hcache`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS anope_os_hcache;
|
||||
CREATE TABLE anope_os_hcache (
|
||||
oh_id int(11) NOT NULL auto_increment,
|
||||
mask text NOT NULL,
|
||||
status int(11) NOT NULL default '0',
|
||||
used int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (oh_id)
|
||||
) TYPE=MyISAM;
|
||||
|
||||
--
|
||||
-- Table structure for table `anope_os_news`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user