Commit 3b46693b authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed way of marking comments.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6962 b35dd754-fafc-0310-a699-88a17e54d16e
parent fa61defb
...@@ -214,7 +214,7 @@ CREATE TABLE mucConversationLog ( ...@@ -214,7 +214,7 @@ CREATE TABLE mucConversationLog (
); );
CREATE INDEX mucLog_time_idx ON mucConversationLog (time); CREATE INDEX mucLog_time_idx ON mucConversationLog (time);
# PubSub Tables // PubSub Tables
CREATE TABLE pubsubNode ( CREATE TABLE pubsubNode (
serviceID VARCHAR(100) NOT NULL, serviceID VARCHAR(100) NOT NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment