D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
grafana
/
resources
/
db
/
migrations
/
Filename :
20181030-1_initial.sql
back
Copy
CREATE TABLE `modules_states` ( `moduleId` text NOT NULL, `type` integer NOT NULL, `name` text NOT NULL, `checksum` integer NOT NULL, PRIMARY KEY (`moduleId`, `type`, `name`) ); CREATE TABLE `params` ( `name` text NOT NULL PRIMARY KEY, `value` text );