Upgrade script for BASE 2.17 --> 3.0
— at Version 10
The 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:
- 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]
- 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]
- Remove the
jar_path
column from the JobAgentSettings
table. Done [5621]
- Remove references to
jarPath
property from context filters, sort settings, etc. for PLUGINDEFINITION
and PLUGINTYPE
. Done [5621]
- Remove four properties for validator and metadata extractor from
DataFileType
and drop the four database columns.
Change History
(10)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Owner: |
changed from everyone to Nicklas Nordborg
|
Status: |
new → assigned
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
(In [5592]) References #1591: Upgrade script for BASE 2.17 --> 3.0
Removed almost everything from Update.java since we will only support upgrading from BASE 2.17.