mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* fixed some php fatal error on spells page
* changed spells.vocations field in db size to 300 * please reload your spells after this update!
This commit is contained in:
5
system/migrations/16.php
Normal file
5
system/migrations/16.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
// change size of spells.vocations
|
||||
$db->query("ALTER TABLE `" . TABLE_PREFIX . "spells` MODIFY `vocations` VARCHAR(300) NOT NULL DEFAULT '';");
|
||||
?>
|
Reference in New Issue
Block a user