changeset 1:277d7933ee89 draft

Uploaded
author estrain
date Mon, 30 May 2022 01:39:20 +0000
parents 4a97f81c453c
children 93fa1e23b943
files fastani_db/tool_data_table_conf.xml.sample
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fastani_db/tool_data_table_conf.xml.sample	Mon May 30 01:39:20 2022 +0000
@@ -0,0 +1,7 @@
+<tables>
+    <!-- Locations of fastani database in the required format -->
+    <table name="fastani" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, name, path</columns>
+        <file path="tool-data/fastani.loc" />
+    </table>
+</tables>