dengyinhuan
2 years ago
1 changed files with 4 additions and 0 deletions
@ -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'); |
Loading…
Reference in new issue