
iDempiere
PostgreSQL 9.6 export loss operator
Every time I restore the database to the development environment, these two operators will be missing. it needs to be added. CREATE OPERATOR adempiere.+ ( PROCEDURE = adempiere.adddays, LEFTARG = timestamp with time zone, RIGHTARG = numeric, COMMUTATOR = OPERATOR(adempiere.+)...
2023-02-22 · 閱讀 1 分鐘