mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-01 16:36:24 +01:00
Fix migration 47.php (convert IPs)
This commit is contained in:
@@ -277,6 +277,7 @@ class OTS_DB_MySQL extends OTS_Base_DB
|
||||
'field' => $result['Field'],
|
||||
'type' => $result['Type'],
|
||||
'null' => strtolower($result['Null']),
|
||||
'key' => strtolower($result['Key'] ?? ''),
|
||||
'default' => $result['Default'],
|
||||
'extra' => $result['Extra'],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user