Kaynağa Gözat

dialog(k): copy dialog table from 1.5 branch, the version in this tree is older

Henning Westerholt 16 yıl önce
ebeveyn
işleme
d0b60d5b96
1 değiştirilmiş dosya ile 17 ekleme ve 1 silme
  1. 17 1
      lib/srdb1/schema/dialog.xml

+ 17 - 1
lib/srdb1/schema/dialog.xml

@@ -9,7 +9,7 @@
 
 
 <table id="dialog" xmlns:db="http://docbook.org/ns/docbook">
 <table id="dialog" xmlns:db="http://docbook.org/ns/docbook">
 	<name>dialog</name>
 	<name>dialog</name>
-	<version>2</version>
+	<version>3</version>
 	<type db="mysql">&MYSQL_TABLE_TYPE;</type>
 	<type db="mysql">&MYSQL_TABLE_TYPE;</type>
 	<description>
 	<description>
 		<db:para>Persistent dialog information for the dialog module. More 
 		<db:para>Persistent dialog information for the dialog module. More 
@@ -166,6 +166,22 @@
 		</description>
 		</description>
 	</column>
 	</column>
 
 
+	<column>
+		<name>sflags</name>
+		<type>unsigned int</type>
+		<size>10</size>
+		<description>The flags to set for dialog and usable from config file.
+		</description>
+	</column>
+
+	<column>
+		<name>toroute</name>
+		<type>unsigned int</type>
+		<size>10</size>
+		<description>The route to be executed at dialog timeout.
+		</description>
+	</column>
+
 	<index>
 	<index>
 		<name>hash_idx</name>
 		<name>hash_idx</name>
 		<colref linkend="hash_entry"/>
 		<colref linkend="hash_entry"/>