Правка в запросе

This commit is contained in:
Olga Nemt 2023-11-10 16:31:18 +05:00
parent bec1491192
commit b2db2f000a

View File

@ -8,7 +8,7 @@ namespace AsbCloudDb.Migrations
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.Sql("DELETE FROM t_telemetry WHERE " +
migrationBuilder.Sql("DELETE FROM t_telemetry_data_saub WHERE " +
"well_depth IS NULL OR " +
"rotor_torque IS NULL OR " +
"rotor_speed IS NULL OR " +