summaryrefslogtreecommitdiff
path: root/Changes.mysql
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-10-17 18:13:32 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-10-17 18:13:32 +0000
commit4d638356f53eb466eaed8592ada0dee9633b9f95 (patch)
tree2209c0af18be0d8ae46d02e65463d1f5ceb03f95 /Changes.mysql
parentaf5f8af76f67f4053f529243d4ebe43c2bc2e282 (diff)
BUILD : 1.7.16 (1180) BUGS : 614 NOTES : Fixed: [1] MySQL not storing passwords at all (blank passes) [2] saving of ttb with MySQL/RDB was completely fubar [3] do not send PONG-flood anymore on db-load...
git-svn-id: svn://svn.anope.org/anope/trunk@1180 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@901 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Changes.mysql')
-rw-r--r--Changes.mysql9
1 files changed, 8 insertions, 1 deletions
diff --git a/Changes.mysql b/Changes.mysql
index 5bcf5d1b9..93aa8f580 100644
--- a/Changes.mysql
+++ b/Changes.mysql
@@ -1,6 +1,13 @@
Anope Version S V N
--------------------
-- NONE
+- CREATE TABLE anope_cs_ttb (
+ ct_id int(11) NOT NULL auto_increment,
+ channel varchar(255) NOT NULL default '',
+ ttb_id int(11) NOT NULL default '0',
+ value int(11) NOT NULL default '0',
+ PRIMARY KEY (ct_id)
+ ) TYPE=MyISAM
+- ALTER TABLE anope_cs_info DROP ttb
Anope Version 1.7.16
--------------------