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

master
Aevann1 2022-01-02 23:09:50 +02:00
commit 01f8f67f62
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<a class="btn btn-primary btn-block" href="/post/16583">EMOJI MEGATHREAD</a>
<a class="btn btn-primary btn-block" href="/post/18459">BUGS/SUGGESTIONS MEGATHREAD</a>
<a class="btn btn-primary btn-block" href="/post/32341">SIDEBAR ARTWORK MEGATHREAD</a>
<a class="btn btn-primary btn-block" href="/post/33652">SNAPPY QUOTES MEGATHREAD</a>
<p class="mt-4">Drama: any incident, scene, gaffe, rumor, opinion, or disagreement that is blown entirely out of proportion.</p>

View File

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