Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

remotes/1693045480750635534/spooky-22
Aevann1 2022-01-28 07:20:37 +02:00
commit 4019d36db0
1 changed files with 1 additions and 6 deletions

View File

@ -299,7 +299,7 @@ CREATE TABLE public.comments (
top_comment_id integer,
is_pinned_utc integer,
ghost boolean,
slots_result character varying(30)
slots_result character varying(50)
);
@ -1814,8 +1814,3 @@ 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
--