remove unused partitionfunction function

This commit is contained in:
Sarah Hoffmann
2021-02-25 10:22:52 +01:00
parent c7fd0a7af4
commit db5e78c879
2 changed files with 1 additions and 7 deletions

View File

@@ -120,12 +120,6 @@ class SetupFunctions
$this->pgsqlRunPartitionScript($sTemplate);
}
public function createPartitionFunctions()
{
info('Create Partition Functions');
$this->createSqlFunctions(); // also create partition functions
}
public function loadData($bDisableTokenPrecalc)
{
info('Drop old Data');