I have deployed new idempiere in eclipse luna 32 bit.
At login time it throws following error
"table name not found ad_userpreference"
.
I have deployed new idempiere in eclipse luna 32 bit.
At login time it throws following error
"table name not found ad_userpreference"
.
Your database does not have all scripts updated. the table ad_userpreference is created in this script 201504231737_IDEMPIERE-2556.sql
You can clone this repository and re-import the seed, located inside
After import, use migrate_postgresql.sh inside directory \migration\ .
Now your database have all necessary scripts to run without errors.