engelsystem/db/update.d/04_News.php

5 lines
78 B
PHP

<?php
_datetime_to_int("News", "Datum");
_add_index("News", array("UID"));
?>