diff options
Diffstat (limited to 'db/update.d/09_news_comments.php')
-rw-r--r-- | db/update.d/09_news_comments.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/update.d/09_news_comments.php b/db/update.d/09_news_comments.php new file mode 100644 index 00000000..51c0df12 --- /dev/null +++ b/db/update.d/09_news_comments.php @@ -0,0 +1,3 @@ +<?php +_add_index("news_comments", array("UID")); +?> |