diff --git a/files/templates/sidebar_Drama.html b/files/templates/sidebar_Drama.html index 7e834ceac6..9c44913636 100644 --- a/files/templates/sidebar_Drama.html +++ b/files/templates/sidebar_Drama.html @@ -4,6 +4,7 @@ EMOJI MEGATHREAD BUGS/SUGGESTIONS MEGATHREAD SIDEBAR ARTWORK MEGATHREAD + SNAPPY QUOTES MEGATHREAD

Drama: any incident, scene, gaffe, rumor, opinion, or disagreement that is blown entirely out of proportion.

diff --git a/schema.sql b/schema.sql index 602951f8c6..4ebdb59af5 100644 --- a/schema.sql +++ b/schema.sql @@ -762,7 +762,9 @@ CREATE TABLE public.users ( fish boolean, lootboxes_bought integer, oldsite boolean, - theme2 character varying(30) + theme2 character varying(30), + progressivestack integer, + compact boolean );