diff util_convert.tcl @ 142:4c51eeba993f

Rename table.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Jun 2013 20:49:13 +0300
parents 743c1bea2498
children
line wrap: on
line diff
--- a/util_convert.tcl	Tue Jun 04 15:52:32 2013 +0300
+++ b/util_convert.tcl	Tue Jun 04 20:49:13 2013 +0300
@@ -71,9 +71,9 @@
 
 
 proc drop_table_feeds { } {
-  drop_table "feed_data"
+  drop_table "feeds"
 }
 
 proc create_table_feeds { } {
-  create_table_or_fail "feed_data" "feed VARCHAR(64), utime INT, url VARCHAR(512), title VARCHAR(256)"
+  create_table_or_fail "feeds" "feed VARCHAR(64), utime INT, url VARCHAR(512), title VARCHAR(256)"
 }