mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-21 17:44:58 -05:00
This commit is contained in:
parent
0b10738c16
commit
46b82d1262
|
|
@ -47,7 +47,8 @@ ALTER TABLE ONLY public.users
|
|||
ADD IF NOT EXISTS ban_reason character varying,
|
||||
ADD IF NOT EXISTS ban_reason_hidden character varying,
|
||||
ADD IF NOT EXISTS ban_moderator character varying,
|
||||
ADD IF NOT EXISTS ban_tos boolean;
|
||||
ADD IF NOT EXISTS ban_tos boolean,
|
||||
ADD IF NOT EXISTS open_host boolean DEFAULT false;
|
||||
|
||||
|
||||
ALTER TABLE public.users OWNER TO wiilink;
|
||||
|
|
@ -102,12 +103,6 @@ ALTER SEQUENCE public.users_profile_id_seq OWNED BY public.users.profile_id;
|
|||
|
||||
ALTER TABLE ONLY public.users ALTER COLUMN profile_id SET DEFAULT nextval('public.users_profile_id_seq'::regclass);
|
||||
|
||||
--
|
||||
-- Set the profile_id start point to 1'000'000'000
|
||||
--
|
||||
|
||||
ALTER SEQUENCE public.users_profile_id_seq RESTART WITH 1000000000;
|
||||
|
||||
--
|
||||
-- Name: users users_pkey; Type: CONSTRAINT; Schema: public; Owner: wiilink
|
||||
--
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user