Skip to content

Commit

Permalink
b2b DB schema: Slightly bump a few column sizes
Browse files Browse the repository at this point in the history
Better compatibility with production SIP traffic out in the wilds.
  • Loading branch information
liviuchircu committed Sep 6, 2022
1 parent 59e3f02 commit c280dbc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/schema/b2b_entities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<column id="callid">
<name>callid</name>
<type>string</type>
<size>&domain_len;</size>
<size>&callid_len;</size>
<description>Call ID</description>
</column>

Expand Down
1 change: 0 additions & 1 deletion db/schema/b2b_logic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<column>
<name>sdp</name>
<type>text</type>
<size>&user_len;</size>
<null/>
<description>Scenario id</description>
</column>
Expand Down
1 change: 1 addition & 0 deletions db/schema/entities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!ENTITY domain_len "64">
<!ENTITY realm_len "64">
<!ENTITY uri_len "255">
<!ENTITY callid_len "128">
<!ENTITY id_len "64">
<!ENTITY table_id_len "10">
<!ENTITY hf_len "255">
Expand Down

0 comments on commit c280dbc

Please sign in to comment.