Explorar o código

lib/srdb1/schema: fixed typo in htable schema

Juha Heinanen %!s(int64=14) %!d(string=hai) anos
pai
achega
1c8fee9601
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>