Index: dbcheck.cpp
===================================================================
--- dbcheck.cpp	(revision 61)
+++ dbcheck.cpp	(working copy)
@@ -382,6 +382,8 @@
 "    stop_time INT(10) UNSIGNED,"
 "    eq_preset VARCHAR(255),"
 "    relative_volume TINYINT DEFAULT '0',"
+"    sample_rate INT(10) UNSIGNED DEFAULT '0',"
+"    bitrate INT(10) UNSIGNED DEFAULT '0',"
 "    bpm SMALLINT(5) UNSIGNED,"
 "    INDEX idx_name(name),"
 "    INDEX idx_mythdigest(mythdigest)"

