mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Remove session2 table (redundant with lime_sessions)
Set limesurvey to use session authentication
This commit is contained in:
@@ -1507,24 +1507,6 @@ INSERT INTO `sample_var_type` (`type`, `description`, `table`) VALUES(8, 'Email
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `sessions2`
|
||||
--
|
||||
|
||||
CREATE TABLE `sessions2` (
|
||||
`sesskey` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
|
||||
`expiry` datetime NOT NULL,
|
||||
`expireref` varchar(250) COLLATE utf8_unicode_ci DEFAULT '',
|
||||
`created` datetime NOT NULL,
|
||||
`modified` datetime NOT NULL,
|
||||
`sessdata` longtext COLLATE utf8_unicode_ci,
|
||||
PRIMARY KEY (`sesskey`),
|
||||
KEY `sess2_expiry` (`expiry`),
|
||||
KEY `sess2_expireref` (`expireref`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `setting`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user