diff --git a/DD.Persistence.Database.Postgres/Migrations/20241118052225_SetpointMigration.cs b/DD.Persistence.Database.Postgres/Migrations/20241118052225_SetpointMigration.cs
deleted file mode 100644
index e9f5b95..0000000
--- a/DD.Persistence.Database.Postgres/Migrations/20241118052225_SetpointMigration.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using Microsoft.EntityFrameworkCore.Migrations;
-
-#nullable disable
-
-namespace DD.Persistence.Database.Postgres.Migrations
-{
- ///
- public partial class SetpointMigration : Migration
- {
- ///
- protected override void Up(MigrationBuilder migrationBuilder)
- {
- migrationBuilder.CreateTable(
- name: "Setpoint",
- columns: table => new
- {
- Key = table.Column(type: "uuid", nullable: false, comment: "Ключ"),
- Created = table.Column(type: "timestamp with time zone", nullable: false, comment: "Дата изменения уставки"),
- Value = table.Column