From d613b69070ce6f6a53833cb951708315c14b33db Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 28 Jan 2022 04:45:41 +0000 Subject: [PATCH 1/2] sneed --- disable_signups | 1 + schema.sql | 7 +------ under_attack | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 disable_signups create mode 100644 under_attack 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 From 2cd80a4df5dff877ea368b0df23b623c8e5322bc Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 28 Jan 2022 04:46:25 +0000 Subject: [PATCH 2/2] df --- disable_signups | 1 - under_attack | 1 - 2 files changed, 2 deletions(-) delete mode 100644 disable_signups delete mode 100644 under_attack diff --git a/disable_signups b/disable_signups deleted file mode 100644 index 54299a48f..000000000 --- a/disable_signups +++ /dev/null @@ -1 +0,0 @@ -no \ No newline at end of file diff --git a/under_attack b/under_attack deleted file mode 100644 index 54299a48f..000000000 --- a/under_attack +++ /dev/null @@ -1 +0,0 @@ -no \ No newline at end of file