From f8098fc4aa6d1ae612047d28859ca61b0da34789 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 19 Nov 2024 15:03:26 +0100 Subject: [PATCH] Update 5.php --- system/migrations/5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/migrations/5.php b/system/migrations/5.php index 383b86a8..d269a348 100644 --- a/system/migrations/5.php +++ b/system/migrations/5.php @@ -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'); } };