mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01:00
fixed #79 by increasing loot column size
This commit is contained in:
3
system/migrations/25.php
Normal file
3
system/migrations/25.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$db->exec('ALTER TABLE `' . TABLE_PREFIX . 'monsters` MODIFY `loot` VARCHAR(10000) NOT NULL;');
|
||||
Reference in New Issue
Block a user