Skip to content

Commit

Permalink
kamctl: pi framework xml definition update
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Feb 3, 2016
1 parent b8b39e7 commit be184b1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions utils/kamctl/xhttp_pi/pi_framework.xml
Expand Up @@ -221,17 +221,6 @@
<column><field>attrs</field><type>DB1_STR</type></column>
<column><field>description</field><type>DB1_STR</type></column>
</db_table>
<!-- Declaration of domainpolicy table-->
<db_table id="domainpolicy">
<table_name>domainpolicy</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB1_INT</type></column>
<column><field>rule</field><type>DB1_STR</type></column>
<column><field>type</field><type>DB1_STR</type></column>
<column><field>att</field><type>DB1_STR</type></column>
<column><field>val</field><type>DB1_STR</type></column>
<column><field>description</field><type>DB1_STR</type></column>
</db_table>
<!-- Declaration of domain table-->
<db_table id="domain">
<table_name>domain</table_name>
Expand All @@ -252,6 +241,17 @@
<column><field>value</field><type>DB1_STR</type></column>
<column><field>last_modified</field><type>DB1_DATETIME</type></column>
</db_table>
<!-- Declaration of domainpolicy table-->
<db_table id="domainpolicy">
<table_name>domainpolicy</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB1_INT</type></column>
<column><field>rule</field><type>DB1_STR</type></column>
<column><field>type</field><type>DB1_STR</type></column>
<column><field>att</field><type>DB1_STR</type></column>
<column><field>val</field><type>DB1_STR</type></column>
<column><field>description</field><type>DB1_STR</type></column>
</db_table>
<!-- Declaration of dr_gateways table-->
<db_table id="dr_gateways">
<table_name>dr_gateways</table_name>
Expand Down

0 comments on commit be184b1

Please sign in to comment.