f0ck.sql user_options -> fullscreen
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 21s

This commit is contained in:
Flummi 2023-05-10 01:32:07 +02:00
parent fb48cccdbb
commit 3074b0294a

View File

@ -140,7 +140,8 @@ CREATE TABLE public.user_options (
user_id integer NOT NULL,
mode integer NOT NULL,
theme character varying(50) NOT NULL,
avatar integer DEFAULT 1 NOT NULL
avatar integer DEFAULT 1 NOT NULL,
fullscreen integer DEFAULT 0 NOT NULL
);
ALTER TABLE public.user_options OWNER TO f0ck;