Фикс добавления партиционирования таблицы ParameterData
All checks were successful
Unit tests / test (push) Successful in 1m19s
All checks were successful
Unit tests / test (push) Successful in 1m19s
This commit is contained in:
parent
5a3952774f
commit
6d287e4b27
@ -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}," +
|
||||
|
Loading…
Reference in New Issue
Block a user