This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/plugins/pdfConverter/sql/upgradeto0.sql

3 lines
273 B
MySQL
Raw Permalink Normal View History

INSERT INTO config_settings (group_name, display_name, description, item, value, default_value, type, options, can_edit)
VALUES ('urls', 'PDF Directoy', 'The path for storing the generated PDF Documents', 'pdfDirectory', 'default', '${varDirectory}/Pdf', 'string', '', 1);