1
0
forked from 0ad/0ad

Testing SVN logger again...

This was SVN commit r6498.
This commit is contained in:
Ykkrosh 2008-11-22 15:08:27 +00:00
parent a2ae80239a
commit 62444bf359

View File

@ -20,4 +20,4 @@ CREATE TABLE public_message (
logentry INTEGER REFERENCES logentry,
msg TEXT
);
CREATE INDEX public_message_logentry ON public_message (logentry);
CREATE INDEX public_message_logentry ON public_message (logentry);