소스 검색

lib/srdb1/schema: fixed typo in htable schema

Juha Heinanen 14 년 전
부모
커밋
1c8fee9601
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/srdb1/schema/htable.xml

+ 1 - 1
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>