remotes/1693045480750635534/spooky-22
Aevann1 2021-11-19 20:45:53 +00:00
parent 07d560480d
commit f35d9ba6b4
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
--