master
Aevann1 2021-11-19 23:05:59 +02:00
commit e1c89e694e
1 changed files with 7 additions and 1 deletions

View File

@ -822,7 +822,12 @@ CREATE TABLE public.users (
friends_html character varying(2000),
sigs_disabled boolean,
enemies character varying(500),
enemies_html character varying(2000)
enemies_html character varying(2000),
fp character varying(21),
eye boolean,
alt boolean,
longpost integer,
unblockable boolean
);
@ -1849,6 +1854,7 @@ ALTER TABLE ONLY public.flags
ALTER TABLE ONLY public.notifications
ADD CONSTRAINT notifications_comment_id_fkey FOREIGN KEY (comment_id) REFERENCES public.comments(id);
--
-- PostgreSQL database dump complete
--