Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
YADE Background Service and History Viewer use new database tables. These tables are
- JADE_FILES
- JADE_FILES_HISTORY
- JADE_FILES_POSITIONS
which are created by the JobScheduler setup
Previously the "old" tables were
- SOSFTP_FILES
- SOSFTP_FILES_HISTORY
- SOSFTP_FILES_POSITIONS
A SQL script ./db/<dbms>/sosftphistory_to_jadehistory_rename.sql will be created which renames the SOSFTP_* tables to JADE_* tables.