mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00

* changed spells.vocations field in db size to 300 * please reload your spells after this update!
5 lines
153 B
PHP
5 lines
153 B
PHP
<?php
|
|
|
|
// change size of spells.vocations
|
|
$db->query("ALTER TABLE `" . TABLE_PREFIX . "spells` MODIFY `vocations` VARCHAR(300) NOT NULL DEFAULT '';");
|
|
?>
|