]> jfr.im git - irc/rizon/acid.git/blame - acid/acidcore.sql
Allow channel listusers command to come from AcidUsers other than Control.
[irc/rizon/acid.git] / acid / acidcore.sql
CommitLineData
685e346e
A
1SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
2SET time_zone = "+00:00";
3
4--
5-- Database: `acidcore`
6--
7
8-- --------------------------------------------------------
9
10--
11-- Table structure for table `access`
12--
13
14CREATE TABLE IF NOT EXISTS `access` (
15 `user` varchar(255) NOT NULL DEFAULT '',
16 `flags` varchar(30) NOT NULL DEFAULT '0',
17 `certfp` varchar(40) NOT NULL DEFAULT ''
18) ENGINE=MyISAM DEFAULT CHARSET=latin1;