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