diff convert_spede_mn_tuksu.tcl @ 36:b24cb1dd0423

Fail under certain conditions only when creating tables.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Sep 2011 18:19:13 +0300
parents dccd6c47f9cd
children 7b03971c6d28
line wrap: on
line diff
--- a/convert_spede_mn_tuksu.tcl	Tue Sep 06 18:16:13 2011 +0300
+++ b/convert_spede_mn_tuksu.tcl	Tue Sep 06 18:19:13 2011 +0300
@@ -35,7 +35,7 @@
 ### Open SQLite database, drop old tables, create new
 open_db $db_output
 drop_table $db_table
-create_table_quotes_votes $db_table
+create_table_quotes_votes $db_table 1
 
 ### Convert data
 puts -nonewline "Converting database, please wait "