mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* removed name field from screenshots table
* updated db to version 7
This commit is contained in:
4
system/migrations/7.php
Normal file
4
system/migrations/7.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if(fieldExist('name', TABLE_PREFIX . 'screenshots'))
|
||||
$db->query("ALTER TABLE `" . TABLE_PREFIX . "screenshots` DROP `name`;");
|
||||
?>
|
Reference in New Issue
Block a user