/[projects]/openvpn/openvpn-auth_mysql/vpnlog.sql
ViewVC logotype

Annotation of /openvpn/openvpn-auth_mysql/vpnlog.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 113 - (hide annotations) (download)
Wed Oct 29 19:45:52 2008 UTC (15 years, 7 months ago) by torben
File size: 321 byte(s)
Added openvpn tools

1 torben 113 --
2     -- Struktur-dump for tabellen `vpnerrors`
3     --
4    
5     CREATE TABLE vpnlog (
6     id int(11) NOT NULL auto_increment,
7     username varchar(50) NOT NULL default '',
8     time datetime NOT NULL default '0000-00-00 00:00:00',
9     msgid int(11) NOT NULL default '0',
10     PRIMARY KEY (id),
11     KEY username (username)
12     ) TYPE=MyISAM;
13    

  ViewVC Help
Powered by ViewVC 1.1.20