engelsystem/db/update.d/10_Questions.php

5 lines
87 B
PHP

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