ispconfig3.sql (ISPConfig-3.2.6) | : | ispconfig3.sql (ISPConfig-3.2.7) | ||
---|---|---|---|---|
skipping to change at line 1319 | skipping to change at line 1319 | |||
-- | -- | |||
-- Table structure for table `remote_session` | -- Table structure for table `remote_session` | |||
-- | -- | |||
CREATE TABLE `remote_session` ( | CREATE TABLE `remote_session` ( | |||
`remote_session` varchar(64) NOT NULL DEFAULT '', | `remote_session` varchar(64) NOT NULL DEFAULT '', | |||
`remote_userid` int(11) unsigned NOT NULL DEFAULT '0', | `remote_userid` int(11) unsigned NOT NULL DEFAULT '0', | |||
`remote_functions` text, | `remote_functions` text, | |||
`client_login` tinyint(1) unsigned NOT NULL default '0', | `client_login` tinyint(1) unsigned NOT NULL default '0', | |||
`tstamp` int(10) unsigned NOT NULL DEFAULT '0', | `tstamp` int(10) unsigned NOT NULL DEFAULT '0', | |||
`remote_ip` varchar(39) NOT NULL DEFAULT '', | ||||
PRIMARY KEY (`remote_session`) | PRIMARY KEY (`remote_session`) | |||
) DEFAULT CHARSET=utf8 ; | ) DEFAULT CHARSET=utf8 ; | |||
-- -------------------------------------------------------- | -- -------------------------------------------------------- | |||
-- | -- | |||
-- Table structure for table `remote_user` | -- Table structure for table `remote_user` | |||
-- | -- | |||
CREATE TABLE `remote_user` ( | CREATE TABLE `remote_user` ( | |||
skipping to change at line 2505 | skipping to change at line 2506 | |||
-- | -- | |||
INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `username`, `passwort`, `modules`, `startmod ule`, `app_theme`, `typ`, `active`, `language`, `groups`, `default_group`, `clie nt_id`) VALUES (1, 1, 0, 'riud', 'riud', '', 'admin', 'xxx', 'dashboard,admin,cl ient,mail,monitor,sites,dns,vm,tools,help', 'dashboard', 'default', 'admin', 1, 'en', '1,2', 1, 0); | INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `username`, `passwort`, `modules`, `startmod ule`, `app_theme`, `typ`, `active`, `language`, `groups`, `default_group`, `clie nt_id`) VALUES (1, 1, 0, 'riud', 'riud', '', 'admin', 'xxx', 'dashboard,admin,cl ient,mail,monitor,sites,dns,vm,tools,help', 'dashboard', 'default', 'admin', 1, 'en', '1,2', 1, 0); | |||
-- -------------------------------------------------------- | -- -------------------------------------------------------- | |||
-- | -- | |||
-- Dumping data for table `sys_config` | -- Dumping data for table `sys_config` | |||
-- | -- | |||
INSERT INTO sys_config VALUES ('db','db_version','3.2.6'); | INSERT INTO sys_config VALUES ('db','db_version','3.2.7'); | |||
INSERT INTO sys_config VALUES ('interface','session_timeout','0'); | INSERT INTO sys_config VALUES ('interface','session_timeout','0'); | |||
SET FOREIGN_KEY_CHECKS = 1; | SET FOREIGN_KEY_CHECKS = 1; | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |