mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
update to 0.1.5
fixed bug with "Integrity constraint violation: 1048 Column 'ip' cannot be null"
This commit is contained in:
3
system/migrations/3.php
Normal file
3
system/migrations/3.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$db->query("ALTER TABLE `" . TABLE_PREFIX . "account_actions` ADD `ipv6` BINARY(16) NOT NULL DEFAULT 0;");
|
||||
?>
|
Reference in New Issue
Block a user