<p>This is from branch 4.4:</p>

<pre><code> CREATE TABLE `trusted` (
      `id` INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
      `src_ip` VARCHAR(50) NOT NULL,
      `proto` VARCHAR(4) NOT NULL,
      `from_pattern` VARCHAR(64) DEFAULT NULL,
      `ruri_pattern` VARCHAR(64) DEFAULT NULL,
      `tag` VARCHAR(64),
      `priority` INT DEFAULT 0 NOT NULL
  );

  CREATE INDEX peer_idx ON trusted (`src_ip`);

  INSERT INTO version (table_name, table_version) values ('trusted','6');
</code></pre>

<p>If it is wrong, what shout it be there?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/556#issuecomment-203906211">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZTuK_CS7UFnLd4BqLjyV7rCD4CKCks5py72BgaJpZM4H8rSX.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/556#issuecomment-203906211"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>