2412bcbc186e64d97b54130dc5b5caa297eecc2f
[koha.git] / installer / data / mysql / atomicupdate / bug_19893_elasticsearch_index_status_sysprefs.sql
1 INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL);
2 INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL);