Module: sip-router Branch: master Commit: 1c8fee960179c2b6d5b8dbc6ad80e89a123510c5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1c8fee96...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Wed Aug 10 17:25:09 2011 +0300
lib/srdb1/schema: fixed typo in htable schema
---
lib/srdb1/schema/htable.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/schema/htable.xml b/lib/srdb1/schema/htable.xml index 126a940..913bcc1 100644 --- a/lib/srdb1/schema/htable.xml +++ b/lib/srdb1/schema/htable.xml @@ -59,7 +59,7 @@ <column id="expires"> <name>expires</name> <type>string</type> - <default>0<default/> + <default>0</default> <description>The epoch at which the key expires</description> </column> </table>