mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01:00
4 lines
138 B
PHP
4 lines
138 B
PHP
<?php
|
|
if(fieldExist('name', TABLE_PREFIX . 'screenshots'))
|
|
$db->query("ALTER TABLE `" . TABLE_PREFIX . "screenshots` DROP `name`;");
|
|
?>
|