Merge branch 'frost' of https://github.com/Aevann1/Drama into frost
This commit is contained in:
commit
4e70d2ebda
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue