diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index bd34457e65..ec5b1be25d 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -37,7 +37,7 @@ Animal Beating Bladed - Combat + Beheading Vehicle Medical Shooting @@ -49,8 +49,9 @@ Drowning Cartel ISIS - Judicial + Execution Police + Combat Child Misc Request diff --git a/schema.sql b/schema.sql index 7bfd0be664..9c797969cf 100644 --- a/schema.sql +++ b/schema.sql @@ -727,13 +727,13 @@ CREATE TABLE public.users ( house character varying(16), deflector integer, reddit character varying(15) NOT NULL, - animations boolean DEFAULT true NOT NULL, currently_held_lottery_tickets integer DEFAULT 0 NOT NULL, total_held_lottery_tickets integer DEFAULT 0 NOT NULL, total_lottery_winnings integer DEFAULT 0 NOT NULL, can_gamble boolean DEFAULT true NOT NULL, offsitementions boolean DEFAULT false NOT NULL, - last_active integer DEFAULT 0 NOT NULL + last_active integer DEFAULT 0 NOT NULL, + poorcel boolean NOT NULL );