Skip to content

Commit

Permalink
alter msgtext
Browse files Browse the repository at this point in the history
  • Loading branch information
cymed committed Jul 10, 2024
1 parent 83ca29b commit f0251af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/teksi_wastewater/utils/tww_validity_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def tww_check_oid_prefix(pgservice):
msgtxt = []
if len(prefixes) > 1:
msgtxt.append(
"more than one oid_prefix set to active. Generation of Object-ID will not work"
"more than one oid_prefix set to active. Generation of Object-ID will not work. Set the OID prefix for your production database to active."
)
if active_pref == "ch000000":
msgtxt.append("OID prefix set to 'ch000000'. Database not safe for production")
Expand Down

0 comments on commit f0251af

Please sign in to comment.