Class CmsUpdateDBCmsUsers

  • All Implemented Interfaces:
    I_CmsUpdateDBPart

    public class CmsUpdateDBCmsUsers
    extends CmsUpdateDBCmsUsers
    This class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA.

    Unnecessary colums from CMS_USERS will be deleted and the new column USER_DATECREATED is added.

    • Constructor Detail

      • CmsUpdateDBCmsUsers

        public CmsUpdateDBCmsUsers()
                            throws java.io.IOException
        Default constructor.

        Throws:
        java.io.IOException - if the default sql queries property file could not be read
    • Method Detail