diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-08-11 22:21:40 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-08-11 22:21:40 +0200 |
commit | c2780e1de47b4aead8ca5e2c7a7675ea987a9bb4 (patch) | |
tree | 30a58f896a582cbf0278c486a8f1b200ef35bb32 /data | |
parent | 4e1f54ff9c9da71b657e024e67fc0966e7a82825 (diff) |
Added a separate field for last seen realhost to ns_info, shown to services admins only
Diffstat (limited to 'data')
-rw-r--r-- | data/tables.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/tables.sql b/data/tables.sql index 888edef35..69e694a32 100644 --- a/data/tables.sql +++ b/data/tables.sql @@ -250,6 +250,7 @@ CREATE TABLE IF NOT EXISTS `anope_ns_alias` ( `last_quit` text NOT NULL, `last_realname` text NOT NULL, `last_usermask` text NOT NULL, + `last_realhost` text NOT NULL, `time_registered` int(10) unsigned NOT NULL DEFAULT '0', `last_seen` int(10) unsigned NOT NULL DEFAULT '0', `flags` text NOT NULL, |