mirror of
https://github.com/anope/anope.git
synced 2026-06-26 03:26:38 +02:00
3dbe219758
git-svn-id: svn://svn.anope.org/anope/trunk@1184 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@904 5417fbe8-f217-4b02-8779-1006273d7864
55 lines
971 B
SQL
55 lines
971 B
SQL
Anope Version S V N
|
|
--------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.17
|
|
--------------------
|
|
- 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
|
|
--------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.15
|
|
--------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.14
|
|
--------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.13
|
|
--------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.12
|
|
--------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.11
|
|
--------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.10
|
|
--------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.9
|
|
-------------------
|
|
- DROP TABLE IF EXISTS anope_os_cache
|
|
|
|
Anope Version 1.7.8
|
|
-------------------
|
|
- NONE
|
|
|
|
Anope Version 1.7.7
|
|
-------------------
|
|
- ALTER TABLE anope_ns_alias CHANGE status status int(11) unsigned NOT NULL default '0'
|