1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00

remove experimental changes

This commit is contained in:
Moe 2018-06-09 16:33:41 -07:00
parent ef2fa4dc2d
commit c7a4bb5cba
28 changed files with 355 additions and 1453 deletions

View file

@ -52,7 +52,7 @@ CREATE TABLE IF NOT EXISTS Monitors (
name varchar(50) DEFAULT NULL,
shto text,
shfr text,
details text,
details longtext,
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 text,
details longtext,
CONSTRAINT mail UNIQUE (mail)
) ;