Changes between Version 6 and Version 9 of Ticket #1591


Ignore:
Timestamp:
May 3, 2011, 1:23:03 PM (13 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1591

    • Property Owner changed from everyone to Nicklas Nordborg
    • Property Status newassigned
  • Ticket #1591 – Description

    v6 v9  
    11The existing BASE 2.17 database should remain mainly intact, but there may be some things that we need to move around to different tables. We don't know any details yet but we'll probably need some kind of script for this. Here is a list of what we have found so far:
    22
    3  * Remove the `affy_chip` column from the `ArrayDesigns` table. This column has not been used for a very long time (BASE 2.5?)
    4  * Remove the `jar_path` column from the `PluginDefinitions` and `PluginTypes` tables. But first copy the filename (not path) to the `jar_file` column in each table.
    5  * Remove the `jar_path` column from the `JobAgentSettings` table.
    6  * Remove references to `jarPath` property from context filters, sort settings, etc. for `PLUGINDEFINITION` and `PLUGINTYPE`.
     3 * Remove the `affy_chip` column from the `ArrayDesigns` table. This column has not been used for a very long time (BASE 2.5?) '''Done [5621]'''
     4 * Remove the `jar_path` column from the `PluginDefinitions` and `PluginTypes` tables. But first copy the filename (not path) to the `jar_file` column in each table. '''Done [5621]'''
     5 * Remove the `jar_path` column from the `JobAgentSettings` table. '''Done [5621]'''
     6 * Remove references to `jarPath` property from context filters, sort settings, etc. for `PLUGINDEFINITION` and `PLUGINTYPE`. '''Done [5621]'''