From df31fe7dc4ad4998b3fb4c518303d15db6bfba7a Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Thu, 29 Oct 2020 14:32:37 +0530 Subject: [PATCH] =?UTF-8?q?Updated=20schema=20diff=20script=C2=A0generatio?= =?UTF-8?q?n=20message=20as=20we=20have=20removed=20the=20Beta=20keyword.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js b/web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js index 0a5411734..6d06f438f 100644 --- a/web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js +++ b/web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js @@ -207,7 +207,7 @@ export default class SchemaDiffUI { open_query_tool, script_header; - script_header = gettext('-- This script was generated by a beta version of the Schema Diff utility in pgAdmin 4. \n'); + script_header = gettext('-- This script was generated by the Schema Diff utility in pgAdmin 4. \n'); script_header += gettext('-- For the circular dependencies, the order in which Schema Diff writes the objects is not very sophisticated \n'); script_header += gettext('-- and may require manual changes to the script to ensure changes are applied in the correct order.\n'); script_header += gettext('-- Please report an issue for any failure with the reproduction steps. \n');