update 4.6.0

This commit is contained in:
Guillermo Giuliana 2020-01-23 13:31:12 -03:00
parent c862c0a6fa
commit fd8b431f55
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ print '[2/3] Updating APIkey table...' . PHP_EOL;
if ($mysql->query("SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'apikey' AND COLUMN_NAME = 'type'")->num_rows == 0) {
$mysql->query("ALTER TABLE apikey ADD type varchar(191)");
} else {
print 'type column already exists' . PHP_EOL;
print 'type column already exists' . PHP_EOL;
}
// Update Log table