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

5 lines
87 B
PHP
Raw Normal View History

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