1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00
This commit is contained in:
Moe 2019-10-26 13:34:02 -07:00
parent ef40f3f231
commit 167603dfb0
118 changed files with 16152 additions and 5441 deletions

View file

@ -52,7 +52,7 @@ CREATE TABLE IF NOT EXISTS Monitors (
name varchar(50) DEFAULT NULL,
shto text,
shfr text,
details longtext,
details text,
type varchar(50) DEFAULT 'jpeg',
ext varchar(50) DEFAULT 'webm',
protocol varchar(50) DEFAULT 'http',
@ -82,7 +82,7 @@ CREATE TABLE IF NOT EXISTS Users (
auth varchar(50) DEFAULT NULL,
mail varchar(100) DEFAULT NULL,
pass varchar(100) DEFAULT NULL,
details longtext,
details text,
CONSTRAINT mail UNIQUE (mail)
) ;