From 42a1c1d0c5f2b7be0b7c29d15902f0ee2dbaee14 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 11 Dec 2023 16:11:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20demo=E7=94=A8=E6=88=B7=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=A4=B1=E6=95=88#5995?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/backend/src/main/resources/db/migration/V59__1.18.14.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 core/backend/src/main/resources/db/migration/V59__1.18.14.sql diff --git a/core/backend/src/main/resources/db/migration/V59__1.18.14.sql b/core/backend/src/main/resources/db/migration/V59__1.18.14.sql new file mode 100644 index 0000000000..226ae94e9b --- /dev/null +++ b/core/backend/src/main/resources/db/migration/V59__1.18.14.sql @@ -0,0 +1 @@ +UPDATE `sys_user` set `enabled` = 0 where `user_id` = 2; \ No newline at end of file