Index: trunk/DataStoreServer/scripts/tabledefs.sql
===================================================================
--- trunk/DataStoreServer/scripts/tabledefs.sql	(revision 17381)
+++ trunk/DataStoreServer/scripts/tabledefs.sql	(revision 25367)
@@ -75,4 +75,7 @@
 # type specific column for type chip
 INSERT INTO dsFileType (type, type_col_0) VALUES('chip', 'chipname');
+INSERT INTO dsFileType (type, type_col_0) VALUES('dbinfo', 'component');
+INSERT INTO dsFileType (type, type_col_0) VALUES('text', 'component');
+INSERT INTO dsFileType (type, type_col_0) VALUES('tgz', 'component');
 
 # none of these types have any type specific columns
