Преглед на файлове

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