aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sql/log_sql/schema.dbml
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-01-18 03:10:47 +0000
committerGravatar Sadie Powell2022-05-01 22:07:04 +0100
commitc382faf9c941ad2ab93f806b6477933d41566719 (patch)
tree9244cf84190cf74d4e16085b2ae9bc9b5520457f /docs/sql/log_sql/schema.dbml
parentDelete the old logging system. (diff)
Rewrite the entire logging system.
- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules.
Diffstat (limited to 'docs/sql/log_sql/schema.dbml')
-rw-r--r--docs/sql/log_sql/schema.dbml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sql/log_sql/schema.dbml b/docs/sql/log_sql/schema.dbml
new file mode 100644
index 000000000..1d5155200
--- /dev/null
+++ b/docs/sql/log_sql/schema.dbml
@@ -0,0 +1,5 @@
+Table ircd_log {
+ time datetime
+ type varchar(50)
+ message text
+}