Move items from database to Cache_PHP

This commit is contained in:
tobi132
2019-07-16 19:06:51 +02:00
parent fd91d1fb06
commit bc8f24afad
4 changed files with 29 additions and 40 deletions

3
system/migrations/24.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
$db->exec('DROP TABLE IF EXISTS `' . TABLE_PREFIX . 'items`;');