diff options
| author | Adam <Adam@anope.org> | 2010-10-27 22:29:34 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-10-27 22:29:34 -0400 |
| commit | a26f119bc8666642a54564763626e52e5c72b030 (patch) | |
| tree | dbc5a6e06105c4111338d61a8739c4ea9c951e1b /data | |
| parent | a79da4bba11ef6fec0ef010a7900c742c2e358ad (diff) | |
Do not store memo number in memo structs, fixes some bugs with deleting memos
Diffstat (limited to 'data')
| -rw-r--r-- | data/mysql/tables.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/mysql/tables.sql b/data/mysql/tables.sql index c9a781876..a26153a50 100644 --- a/data/mysql/tables.sql +++ b/data/mysql/tables.sql @@ -191,7 +191,6 @@ CREATE TABLE IF NOT EXISTS `anope_info` ( CREATE TABLE IF NOT EXISTS `anope_ms_info` ( `receiver` varchar(255) NOT NULL, - `number` int(11) NOT NULL DEFAULT '0', `flags` int(11) NOT NULL DEFAULT '0', `time` int(10) unsigned NOT NULL DEFAULT '0', `sender` text NOT NULL, |
