mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
patch changes & fixes from master branch
remove VERSION file update rules add 33 migration add get_version_for_release.sh script update schema add use_character_sample_skills
This commit is contained in:
6
system/migrations/33.php
Normal file
6
system/migrations/33.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Increase size of ip in myaac_visitors table
|
||||
// according to this answer: https://stackoverflow.com/questions/166132/maximum-length-of-the-textual-representation-of-an-ipv6-address
|
||||
// the size of ipv6 can be maximal 45 chars
|
||||
|
||||
$db->exec('ALTER TABLE `' . TABLE_PREFIX . "visitors` MODIFY `ip` VARCHAR(45) NOT NULL;");
|
Reference in New Issue
Block a user