Fix migration 47.php (convert IPs)

This commit is contained in:
slawkens
2025-10-31 15:25:55 +01:00
parent 1379c93439
commit 08657c1599
2 changed files with 21 additions and 5 deletions

View File

@@ -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'],
];