Updated schema diff script generation message as we have removed the Beta keyword.

This commit is contained in:
Akshay Joshi 2020-10-29 14:32:37 +05:30
parent 1126ee77ec
commit df31fe7dc4

View File

@ -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');