Increase size of myaac_visitors.page column to 2048

Thanks to OtLand user kaleuui (https://otland.net/threads/myaac-v0-8-3.268654/page-11#post-2643853)
This commit is contained in:
slawkens
2021-02-16 00:56:25 +01:00
parent 19ffd57b34
commit 792ec17d18
3 changed files with 6 additions and 2 deletions

4
system/migrations/32.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
// Increase size of page in myaac_visitors table
$db->exec('ALTER TABLE `' . TABLE_PREFIX . "visitors` MODIFY `page` VARCHAR(2048) NOT NULL;");