/* Adding new index for T_Comment to improve performance */
CREATE INDEX IX_Comment_ParagraphId ON T_Comment (ParagraphId);
COMMIT;

/* Schema Versioning */
UPDATE T_SchemaInfo SET SchemaVersion = '6.7.0';
COMMIT;