]> jfr.im git - irc/rizon/acid.git/blob - acid/acidcore.sql
Use getUsersC() instead of getUsers()
[irc/rizon/acid.git] / acid / acidcore.sql
1 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
2 SET time_zone = "+00:00";
3
4 --
5 -- Database: `acidcore`
6 --
7
8 -- --------------------------------------------------------
9
10 --
11 -- Table structure for table `access`
12 --
13
14 CREATE 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;