Skip to content

Commit

Permalink
Use consistent spacing in xml schema
Browse files Browse the repository at this point in the history
  • Loading branch information
danpascu committed Mar 22, 2018
1 parent a7fee1a commit 85c4e28
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions db/schema/location.xml
Expand Up @@ -162,14 +162,14 @@
<description>SIP Instance for this particular contact</description>
</column>

<column>
<name>kv_store</name>
<type>text</type>
<size>512</size>
<default><null/></default>
<null/>
<description>Generic Key-Value storage</description>
</column>
<column>
<name>kv_store</name>
<type>text</type>
<size>512</size>
<default><null/></default>
<null/>
<description>Generic Key-Value storage</description>
</column>

<column>
<name>attr</name>
Expand Down

0 comments on commit 85c4e28

Please sign in to comment.