From cf021ecd6ca4d270638fd77fdf30de0521be01ac Mon Sep 17 00:00:00 2001 From: dengyinhuan Date: Mon, 27 Feb 2023 11:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/1.0.3/schema/6.update_user_resource.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 script/1.0.3/schema/6.update_user_resource.sql diff --git a/script/1.0.3/schema/6.update_user_resource.sql b/script/1.0.3/schema/6.update_user_resource.sql new file mode 100644 index 0000000..b3f2cbb --- /dev/null +++ b/script/1.0.3/schema/6.update_user_resource.sql @@ -0,0 +1,4 @@ +DELETE FROM public.user_resource WHERE id = 12; +DELETE FROM public.user_resource WHERE id = 13; +INSERT INTO public.user_resource (id,user_id,resource) VALUES (12, 1, 'CHECKITEMSET'); +INSERT INTO public.user_resource (id,user_id,resource) VALUES (13, 1, 'CHECKMOULD'); \ No newline at end of file