to avoid problems with character '&' SET DEFINE OFF is added
This commit is contained in:
parent
a14038c003
commit
a007b3cf7f
|
@ -1,3 +1,4 @@
|
|||
SET DEFINE OFF;
|
||||
UPDATE ad_alert
|
||||
SET alertmessage =
|
||||
'Check that the Adempiere Database has sufficient space:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
SET DEFINE OFF;
|
||||
UPDATE ad_element_trl
|
||||
SET description =
|
||||
'LDAP Server to authenticate and authorize external systems based on Adempiere'
|
||||
|
|
Loading…
Reference in New Issue