diff options
Diffstat (limited to 'db/update.d/04_News.php')
-rw-r--r-- | db/update.d/04_News.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/update.d/04_News.php b/db/update.d/04_News.php new file mode 100644 index 00000000..2b192db2 --- /dev/null +++ b/db/update.d/04_News.php @@ -0,0 +1,4 @@ +<?php +_datetime_to_int("News", "Datum"); +_add_index("News", array("UID")); +?> |