From 922bee2dc8aacae6b77362c9bdb7b4e80dc91932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 28 Mar 2025 11:01:56 +0400 Subject: [PATCH] Delete unused migrations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- pkg/coredata/migrations/20250327T212900Z.sql | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 pkg/coredata/migrations/20250327T212900Z.sql diff --git a/pkg/coredata/migrations/20250327T212900Z.sql b/pkg/coredata/migrations/20250327T212900Z.sql deleted file mode 100644 index f52a25c28..000000000 --- a/pkg/coredata/migrations/20250327T212900Z.sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE controls ADD COLUMN reference_id TEXT NOT NULL DEFAULT ''; -ALTER TABLE controls ALTER COLUMN reference_id DROP DEFAULT; \ No newline at end of file