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

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-02 01:11:51 +02:00
commit 9f124e2c8d
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 374,
'css/main.css': 376,
'css/4chan.css': 61,
'css/classic.css': 61,

View File

@ -100,7 +100,8 @@ CREATE TABLE public.submissions (
stickied_utc integer,
ghost boolean DEFAULT false NOT NULL,
sub character varying(20),
new boolean
new boolean,
hole_pinned character varying(30)
);