Browse Source

schema does not support posgresql?

alexgl 13 years ago
parent
commit
9c2228ffbc

+ 0 - 1
base/tripal_views_search/triapl_views_search.install

@@ -18,7 +18,6 @@ function tripal_views_search_schema(){
 				),
 			'base_table_name' => array(
 				'description' => 'the base table name to be used when using this search',
-				'type' => 'varchar',
 				'length' => 255,
 				'unsigned' => TRUE,
 				'not null' => FALSE,

+ 5 - 0
base/tripal_views_search/tripal_views_search.module

@@ -0,0 +1,5 @@
+<?php
+
+function tripal_views_search(){
+	//dummy function
+}