Фикс добавления партиционирования таблицы ParameterData
All checks were successful
Unit tests / test (push) Successful in 1m19s

This commit is contained in:
Roman Efremov 2025-01-27 13:23:40 +05:00
parent 5a3952774f
commit 6d287e4b27

View File

@ -34,7 +34,7 @@ public static class EFExtensionsPartitioning
const int sectionsNumber = 2;
const int chunkTimeInterval = 5;
var sqlString = $"SELECT create_hypertable({tableAttribute.Name}," +
var sqlString = $"SELECT create_hypertable('{tableAttribute.Name}'," +
$"'{nameof(ParameterData.Timestamp)}'," +
$"'{nameof(ParameterData.ParameterId)}'," +
$"{sectionsNumber}," +