Openhab SQLite

Hi all,

I set up an SQLite Database with a table-name: userpreferences with the following columns:
ID Temperature

Also I set up a dashboard to set a value for the temperature. The value for the temperature is supposed to be stored in the table userpreferences in the column Temperature.

However, the values are currently stored in the SQLite Database in a table called temp2_0004. Any ideas how I can write them into a specific table / column?

Best regard
Christian

Short of forking and rewriting the SQLite persistence binding code you cannot change where it saves data in the database.