37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<dataset>
|
|
|
|
<!-- ==================================================================== -->
|
|
<!-- This file defines the test data used by the various DAOs in the -->
|
|
<!-- FormPub project DO NOT ALTER THIS FILE as the unit tests depend on -->
|
|
<!-- these values to be present in the database. -->
|
|
<!-- ==================================================================== -->
|
|
|
|
<table name="public.advancetype">
|
|
|
|
<column>id</column>
|
|
<column>version</column>
|
|
<column>unitname</column>
|
|
<column>defaultmaxvalue</column>
|
|
<column>updatable</column>
|
|
<column>unitprecision</column>
|
|
<column>active</column>
|
|
<column>percentage</column>
|
|
|
|
<row>
|
|
<value>1</value>
|
|
<value>1</value>
|
|
<value>percentage</value>
|
|
<value>100</value>
|
|
<value>true</value>
|
|
<value>0.01</value>
|
|
<value>true</value>
|
|
<value>true</value>
|
|
</row>
|
|
|
|
</table>
|
|
|
|
</dataset>
|
|
|
|
|