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

4 lines
52 B
PHP
Raw Normal View History

2011-12-26 16:04:54 +01:00
<?php
_add_index("news_comments", array("UID"));
?>