git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
8 lines
630 B
SQL
8 lines
630 B
SQL
INSERT INTO `config_settings`
|
|
(group_name, display_name, description, item, value, default_value, type, options, can_edit)
|
|
VALUES
|
|
('indexer', 'Enable the Document Indexer', 'Enables the indexing of document content for full text searching.', 'enableIndexing', 'default', 'true', 'boolean', NULL, 1);
|
|
INSERT INTO `config_settings`
|
|
(group_name, display_name, description, item, value, default_value, type, options, can_edit)
|
|
VALUES
|
|
('tweaks', 'Increment version on rename', 'Defines whether to update the version number if a document filename is changed/renamed.', 'incrementVersionOnRename', 'default', 'true', 'boolean', NULL, 1); |