D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
monitoring
/
resources
/
db
/
migrations
/
Filename :
20210825-1_initial.sql
back
Copy
CREATE TABLE `thresholds` ( `key` text NOT NULL PRIMARY KEY, `target` text NOT NULL, `operator` text NOT NULL, `type` text NOT NULL, `value` real NOT NULL ); CREATE TABLE `params` ( `name` text NOT NULL PRIMARY KEY, `value` text );