remotes/1693045480750635534/spooky-22
Aevann1 2022-09-10 07:00:02 +00:00
parent da5742e0bc
commit 1a6fbd1f29
6 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -122,7 +122,8 @@ CREATE TABLE public.submissions (
sub character varying(25),
new boolean,
hole_pinned character varying(30),
category_id integer
category_id integer,
notify boolean DEFAULT true NOT NULL
);