Skip to content

Commit

Permalink
fix sql script
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-templari committed Feb 28, 2025
1 parent e3d6458 commit 975530b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/000001_init.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ INSERT INTO public.role (role_id,role) VALUES
(0,'member_inactive'),
(1,'admin_inactive'),
(2,'member'),
(4,'admin');
(3,'admin');

--
-- Name: client client_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres
Expand Down

0 comments on commit 975530b

Please # to comment.