程序包 | 说明 |
---|---|
org.opencms.setup.db.update6to7.mysql |
MySql implementation of the database updater.
|
类和说明 |
---|
CmsUpdateDBAlterTables
This class makes the remaining changes to some tables in order to update them.
|
CmsUpdateDBCmsUsers
This class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA.
|
CmsUpdateDBContentTables
This class creates the table CMS_CONTENTS and fills it with data from the tables CMS_BACKUP_CONTENTS and CMS_ONLINE_CONTENTS.
|
CmsUpdateDBCreateIndexes7
This class creates all the indexes that are used in the database version 7.
|
CmsUpdateDBDropBackupTables
This class drops the CMS_BACKUP tables that are no longer used after all the transfers are finished.
|
CmsUpdateDBDropOldIndexes
This class drops all indexes of each table of the database.
|
CmsUpdateDBDropUnusedTables
This class drops the outdated tables from the OpenCms database.
|
CmsUpdateDBHistoryPrincipals
This class inserts formerly deleted users/groups in the CMS_HISTORY_PRINCIPALS table.
|
CmsUpdateDBHistoryTables
This class converts the backup tables to history tables.
|
CmsUpdateDBNewTables
This class creates the new tables for the database of OpenCms.
|
CmsUpdateDBProjectId
This class updates the project ids from integer values to CmsUUIDs in all existing database tables.
|
CmsUpdateDBUpdateOU
This class upgrades the database tables containing new OU columns.
|