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

dialog(k): use the version from (old) trunk, the ones from 1.5 is also old

Henning Westerholt преди 16 години
родител
ревизия
72f1a20734
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      lib/srdb1/schema/dialog.xml

+ 3 - 0
lib/srdb1/schema/dialog.xml

@@ -162,6 +162,7 @@
 		<name>timeout</name>
 		<type>unsigned int</type>
 		<size>10</size>
+		<default>0</default>
 		<description>The timestamp (unix time) when the dialog will expire.
 		</description>
 	</column>
@@ -170,6 +171,7 @@
 		<name>sflags</name>
 		<type>unsigned int</type>
 		<size>10</size>
+		<default>0</default>
 		<description>The flags to set for dialog and usable from config file.
 		</description>
 	</column>
@@ -178,6 +180,7 @@
 		<name>toroute</name>
 		<type>unsigned int</type>
 		<size>10</size>
+		<default>0</default>
 		<description>The route to be executed at dialog timeout.
 		</description>
 	</column>