From 62feae2fd29feac4f67dc6a0f34e09205f76f605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 28 Mar 2025 11:37:20 +0400 Subject: [PATCH] Revert "Delete unused migrations" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 922bee2dc8aacae6b77362c9bdb7b4e80dc91932. Signed-off-by: Émile Ré --- pkg/coredata/migrations/20250327T212900Z.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pkg/coredata/migrations/20250327T212900Z.sql diff --git a/pkg/coredata/migrations/20250327T212900Z.sql b/pkg/coredata/migrations/20250327T212900Z.sql new file mode 100644 index 000000000..f52a25c28 --- /dev/null +++ b/pkg/coredata/migrations/20250327T212900Z.sql @@ -0,0 +1,2 @@ +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