Преглед на файлове

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">
     <column id="expires">
         <name>expires</name>
         <name>expires</name>
         <type>string</type>
         <type>string</type>
-		<default>0<default/>
+		<default>0</default>
         <description>The epoch at which the key expires</description>
         <description>The epoch at which the key expires</description>
     </column>
     </column>
 </table>
 </table>