Development Questions
Development Questions
Is this the appropriate forum for asking ZM development questions?
Configuration changes
I'm adding an scp option to the Options->FTP configuration tab. I got the correct data
in the Config table and my option now shows up in the GUI. I was expecting to see an
auto increment attribute on the ID column. using a 0 as the ID caused zm not to start.
No worries I did a select max on id and just used the next value.
While this works it's not the 'correct' way. Notes in the zm_create.sql indicate the
initial config is generated by zmconfgen.pl however I don't see that script in my source
tree.
and fit into the package correctly and not get lost on the next upgrade.
Are there any docs, tech notes etc on how to 'package' up my Config database
table additions?
Thanks mucho
in the Config table and my option now shows up in the GUI. I was expecting to see an
auto increment attribute on the ID column. using a 0 as the ID caused zm not to start.
No worries I did a select max on id and just used the next value.
While this works it's not the 'correct' way. Notes in the zm_create.sql indicate the
initial config is generated by zmconfgen.pl however I don't see that script in my source
tree.
I plan on submitting my change to the user contributions and want it to be complete-- This section is autogenerated by zmconfgen.pl
-- Do not edit this file as any changes will be overwritten
and fit into the package correctly and not get lost on the next upgrade.
Are there any docs, tech notes etc on how to 'package' up my Config database
table additions?
Thanks mucho