File: mysql.sql

package info (click to toggle)
inspircd 4.7.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,776 kB
  • sloc: cpp: 110,200; ansic: 4,576; perl: 2,286; python: 169; sh: 132; sql: 99; makefile: 58
file content (5 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
CREATE TABLE IF NOT EXISTS `ircd_log` (
  `time` datetime NOT NULL,
  `type` varchar(50) NOT NULL,
  `message` text NOT NULL
);