소스 검색

schema does not support posgresql?

alexgl 13 년 전
부모
커밋
9c2228ffbc
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      base/tripal_views_search/triapl_views_search.install
  2. 5 0
      base/tripal_views_search/tripal_views_search.module

+ 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
+}