Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-27 05:46:36 +02:00
commit 7050932fe0
2 changed files with 5 additions and 4 deletions

View File

@ -37,7 +37,7 @@
<a href="/h/animal">Animal</a>
<a href="/h/beating">Beating</a>
<a href="/h/bladed">Bladed</a>
<a href="/h/combat">Combat</a>
<a href="/h/beheading">Beheading</a>
<a href="/h/vehicle">Vehicle</a>
<a href="/h/medical">Medical</a>
<a href="/h/shooting">Shooting</a>
@ -49,8 +49,9 @@
<a href="/h/drowning">Drowning</a>
<a href="/h/cartel">Cartel</a>
<a href="/h/isis">ISIS</a>
<a href="/h/judicial">Judicial</a>
<a href="/h/execution">Execution</a>
<a href="/h/police">Police</a>
<a href="/h/combat">Combat</a>
<a href="/h/child">Child</a>
<a href="/h/misc">Misc</a>
<a href="/h/request">Request</a>

View File

@ -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
);