diff --git a/backend/migrate.php b/backend/migrate.php index 299eae4..e3e8863 100644 --- a/backend/migrate.php +++ b/backend/migrate.php @@ -1,6 +1,10 @@ setAttribute(PDO::ATTR_EMULATE_PREPARES, true); $pdo->exec($sql); @@ -42,7 +46,6 @@ try { // Output Table Status $tables = Database::select("SHOW TABLES"); $dbName = getenv('DB_DATABASE') ?: 'saqelDB'; - $colName = "Tables_in_" . $dbName; echo "📊 Current Tables in Database [{$dbName}]:\n"; echo "--------------------------------------------------------\n";