f0ck.sql user_options -> fullscreen
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 21s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 21s
This commit is contained in:
parent
fb48cccdbb
commit
3074b0294a
3
f0ck.sql
3
f0ck.sql
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user