summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extras/m_sqllog.pgschema.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/m_sqllog.pgschema.sql b/extras/m_sqllog.pgschema.sql
index 7aeb9fa4a..df49be787 100644
--- a/extras/m_sqllog.pgschema.sql
+++ b/extras/m_sqllog.pgschema.sql
@@ -1,3 +1,7 @@
+--
+-- PostgreSQL database dump
+--
+
CREATE TABLE ircd_log (
id serial NOT NULL,
category_id bigint,