aboutsummaryrefslogtreecommitdiff
CREATE TABLE IF NOT EXISTS "ircd_log" (
  "time" datetime,
  "type" varchar(50),
  "message" text
);