diff --git a/database/2.3.4_to_2.4.sql b/database/2.3.4_to_2.4.sql index 2d693a0b7..94035581c 100644 --- a/database/2.3.4_to_2.4.sql +++ b/database/2.3.4_to_2.4.sql @@ -4,7 +4,7 @@ DROP TABLE `ospos_sessions`; CREATE TABLE `ospos_sessions` ( `id` varchar(40) NOT NULL DEFAULT '0', `ip_address` varchar(45) NOT NULL DEFAULT '0', - `data` blob, + `data` blob NOT NULL, `timestamp` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; \ No newline at end of file