slawkens 430351aee3 * removed name field from screenshots table
* updated db to version 7
2017-08-28 17:18:47 +02:00

4 lines
138 B
PHP

<?php
if(fieldExist('name', TABLE_PREFIX . 'screenshots'))
$db->query("ALTER TABLE `" . TABLE_PREFIX . "screenshots` DROP `name`;");
?>