Update 5.php

This commit is contained in:
slawkens 2024-11-19 15:03:26 +01:00
parent 82bff4ed99
commit f8098fc4aa

View File

@ -11,6 +11,6 @@ $up = function () use ($db) {
$up = function () use ($db) {
if ($db->hasColumn(TABLE_PREFIX . 'spells', 'cities')) {
$db->addColumn(TABLE_PREFIX . 'spells', 'cities', 'VARCHAR(32) NOT NULL,');
$db->addColumn(TABLE_PREFIX . 'spells', 'cities', 'VARCHAR(32) NOT NULL');
}
};