diff --git a/deploy/docker/fs/opt/appsmith/utils/bin/import_db.js b/deploy/docker/fs/opt/appsmith/utils/bin/import_db.js index eb47dc6a56b..cdb458d6bed 100644 --- a/deploy/docker/fs/opt/appsmith/utils/bin/import_db.js +++ b/deploy/docker/fs/opt/appsmith/utils/bin/import_db.js @@ -17,7 +17,7 @@ async function importDatabase() { console.error("Database import failed:", error); throw error; } - console.log("import_database done"); + console.log("Imported the database successfully"); } // Main application workflow