Class UpgradeConstants


  • public class UpgradeConstants
    extends Object
    • Field Detail

      • SUPPORTED_VERSION

        public static final String SUPPORTED_VERSION
        This is the version we are upgrading from. It's current version.
        See Also:
        Constant Field Values
      • SUPPORTED_VERSION_TARGET

        public static final String SUPPORTED_VERSION_TARGET
        This is the version we are upgrading to. For "master" branch it is null - there's nothing newer than master - nothing to upgrade to.
        See Also:
        Constant Field Values
      • SCRIPTS_DIRECTORY

        public static final File SCRIPTS_DIRECTORY
        Directory within distribution where SQL scripts for native PostgreSQL repository are located.
    • Constructor Detail

      • UpgradeConstants

        public UpgradeConstants()