Skip to content
Snippets Groups Projects
Commit 58d29950 authored by Jared Hancock's avatar Jared Hancock
Browse files

Migrate to new session storage model

parent 55e1c8ec
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@
* @signature 892866ae9af89d40415b738bbde54a15
*/
ALTER TABLE `%TABLE_PREFIX%session`
CHANGE `session_id` `session_id` VARCHAR(255) collate ascii_general_ci,
CHANGE `session_data` `session_data` BLOB;
-- update schema signature
UPDATE `%TABLE_PREFIX%config`
SET `schema_signature`='892866ae9af89d40415b738bbde54a15';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment