diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-28 21:51:41 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-28 21:51:41 +0000 |
commit | 2493f40845b0a6223482051e424c77a777e05821 (patch) | |
tree | 7bdb98bf4cded335cfb75db8f47e25431c341851 /extras | |
parent | 9e61f11a14367140429ef99c7c9128ebd6cb2b90 (diff) |
Just a comment.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6147 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'extras')
-rw-r--r-- | extras/m_sqllog.pgschema.sql | 4 |
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, |