index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
sql
/
log_sql
/
sqlite.sql
blob: 791712704287581041a964bbc87fe2f10b12c899 (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
CREATE
TABLE
"ircd_log"
(
"time"
datetime
,
"type"
varchar
(
50
),
"message"
text
);