From 94ead290cc63fcacf96f8aff112adf973469d553 Mon Sep 17 00:00:00 2001 From: wenyann <64353056+wenyann@users.noreply.github.com> Date: Mon, 8 Feb 2021 17:36:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9id=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../migration/V75__modify_schedule_message_task_test_id.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/src/main/resources/db/migration/V75__modify_schedule_message_task_test_id.sql diff --git a/backend/src/main/resources/db/migration/V75__modify_schedule_message_task_test_id.sql b/backend/src/main/resources/db/migration/V75__modify_schedule_message_task_test_id.sql new file mode 100644 index 0000000000..eaa6402348 --- /dev/null +++ b/backend/src/main/resources/db/migration/V75__modify_schedule_message_task_test_id.sql @@ -0,0 +1,4 @@ +ALTER TABLE schedule + MODIFY COLUMN resource_id VARCHAR(255); +ALTER TABLE message_task + MODIFY COLUMN test_id VARCHAR(255);