@@ -22,7 +22,6 @@
<size>&table_id_len;</size>
<autoincrement/>
<primary/>
- <type db="postgres">SERIAL PRIMARY KEY</type>
<type db="dbtext">int,auto</type>
<description>unique ID</description>
</column>
@@ -21,7 +21,6 @@
<description>Unique ID</description>
@@ -23,7 +23,6 @@
@@ -24,7 +24,6 @@
<natural/>
<size>&table_id_len;</size> <!-- use a value from entities.xml -->
<primary/><!-- primary key -->
<autoincrement/><!-- auto increment the id -->
<type db="dbtext">int,auto</type> <!-- this don't work for dbtext at the moment, so we specify the raw "SQL" code -->
@@ -6,8 +6,6 @@
%entities;
]>
-<!--KEY Key1 (src_ip),
- PRIMARY KEY (id)-->
<table id="trusted" xmlns:db="http://docbook.org/ns/docbook">
<name>trusted</name>
@@ -24,7 +22,6 @@