فهرست منبع

Schema API: Analysisprop has no rank field... removed rank field to agree w/ chado specs

Lacey Sanderson 13 سال پیش
والد
کامیت
97ee1f789f
1فایلهای تغییر یافته به همراه1 افزوده شده و 8 حذف شده
  1. 1 8
      base/tripal_core/tripal_core.schema.api.inc

+ 1 - 8
base/tripal_core/tripal_core.schema.api.inc

@@ -9019,12 +9019,6 @@ function tripal_core_chado_analysisprop_schema () {
         'type' => 'text',
         'not null' => '',
       ),
-      'rank' => array(
-//        'description' => 'TODO: please describe this field!',
-        'type' => 'int',
-        'not null' => '1',
-        'default' => '0',
-      ),
     ),
     'primary key' => array(
       '0' => 'analysisprop_id',
@@ -9032,8 +9026,7 @@ function tripal_core_chado_analysisprop_schema () {
     'unique keys' => array(
       'analysisprop_c1' => array(
         '0' => 'analysis_id',
-        '1' => 'type_id',
-        '2' => 'rank',
+        '1' => 'type_id'
       ),
     ),
     'indexes' => array(