Changes between Version 3 and Version 5 of Ticket #1591


Ignore:
Timestamp:
Mar 17, 2011, 1:51:45 PM (13 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1591 – Description

    v3 v5  
    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 in `ArrayDesigns` table. This column has not been used for a very long time (BASE 2.5?)
     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` table. But first copy the filename (not path) to the `jar_file` column.
     5 * Remove the `jar_path` column from the `JobAgentSettings` table.
     6 * Remove references to `jarPath` property from context filters, sort settings, etc. for `PLUGINDEFINITION`.