Class IncreaseAgentPoolNameLengthConverter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
-
- jetbrains.buildServer.serverSide.versioning.converters.IncreaseAgentPoolNameLengthConverter
-
- All Implemented Interfaces:
Converter
public final class IncreaseAgentPoolNameLengthConverter extends BaseSqlConverter
Increases the length of
agent_pool.agent_pool_name
from 30 to 191 characters and converts it toNVARCHAR
(Oracle and Microsoft SQL Server).- Since:
- 2017.2
- Author:
- Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
- See Also:
- TW-20744
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
mySqlStatements
-
-
Constructor Summary
Constructors Constructor Description IncreaseAgentPoolNameLengthConverter()
Creates a new converter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convertInternal(DBFunctions dbf, File teamCityDataDir)
-
Methods inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
convert, convertInternal, error, error, getSqlStatements, getSqlStatements, info, isDebugEnabled, toString, warn
-
-
-
-
Method Detail
-
convertInternal
public void convertInternal(@NotNull DBFunctions dbf, @NotNull File teamCityDataDir)
- Overrides:
convertInternal
in classBaseSqlConverter
- See Also:
BaseSqlConverter.convertInternal(DBFunctions, File)
-
-