diff --git a/schema.sql b/schema.sql index 284fbfb6c..1240ed397 100644 --- a/schema.sql +++ b/schema.sql @@ -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 --- -