Skip to content

Commit

Permalink
Update deploy/docker/fs/opt/appsmith/utils/bin/import_db.js
Browse files Browse the repository at this point in the history
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
  • Loading branch information
sharat87 and mohanarpit authored Nov 15, 2024
1 parent d96c2b8 commit a2d5a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/fs/opt/appsmith/utils/bin/import_db.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2d5a61

Please sign in to comment.