engelsystem/db/update.d/09_news_comments.php

4 lines
52 B
PHP

<?php
_add_index("news_comments", array("UID"));
?>