diff --git a/disable_signups b/disable_signups new file mode 100644 index 000000000..54299a48f --- /dev/null +++ b/disable_signups @@ -0,0 +1 @@ +no \ No newline at end of file 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 --- - diff --git a/under_attack b/under_attack new file mode 100644 index 000000000..54299a48f --- /dev/null +++ b/under_attack @@ -0,0 +1 @@ +no \ No newline at end of file