Skip to content

Commit

Permalink
lib/srdb1: added autoincrement id column for rtpengine
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c74b35)
  • Loading branch information
miconda committed Aug 30, 2017
1 parent b3f228d commit 93283a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lib/srdb1/schema/rtpengine.xml
Expand Up @@ -24,6 +24,16 @@
</db:para>
</description>

<column id="id">
<name>id</name>
<type>unsigned int</type>
<size>&table_id_len;</size>
<autoincrement/>
<primary/>
<type db="dbtext">int,auto</type>
<description>Unique ID</description>
</column>

<column id="setid">
<name>setid</name>
<type>unsigned int</type>
Expand Down

0 comments on commit 93283a6

Please sign in to comment.