Updated schema diff script generation message as we have removed the Beta keyword.
parent
1126ee77ec
commit
df31fe7dc4
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue