Hi,
On 07.10.2011 10:24, Timo Reimann wrote:
On 06.10.2011 23:26, Daniel-Constantin Mierla wrote:
do you have also the xml schema for the definition of dialog_vars table? The table creation scripts are generated from xml spec files located in lib/srdb1/schema/, but i do not see the one for dialog_vars.
I didn't know about the XML schema files; should be easy to create one for the dialog variables though. Will take care of that.
Also, the sql creation scripts followed the pattern: tablename-create.sql, in this case it is dialog-vars-create.sql instead of dialog_vars-create.sql -- this should be easy to fix with:
git mv oldfile newfile
Gotcha!
Committed the desired changes. Let me know if there's still something wrong about it.
Cheers,
--Timo