mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
4 lines
158 B
PHP
4 lines
158 B
PHP
<?php
|
|
if(!fieldExist('enabled', TABLE_PREFIX . 'hooks'))
|
|
$db->query("ALTER TABLE `" . TABLE_PREFIX . "hooks` ADD `enabled` INT(1) NOT NULL DEFAULT 1;");
|
|
?>
|