admin the second lol
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 18s

This commit is contained in:
Flummi
2024-06-24 08:41:46 +02:00
parent c79cca18cf
commit 058fe94fd1
6 changed files with 12 additions and 10 deletions

View File

@ -131,7 +131,7 @@ CREATE TABLE public."user" (
login character varying(255) NOT NULL,
"user" character varying(255) NOT NULL,
password character varying(167) NOT NULL,
level integer NOT NULL
admin boolean NOT NULL
);
ALTER TABLE public."user" OWNER TO f0ck;