Implemented customizable authentication timeout.
[fa-stable.git] / sql / alter2.2.sql
index f8848998eee393db88b8e93470b541bae1cf5a30..49f9fc4d0dcaf7834782c7d5957f36e35e9fecd5 100644 (file)
@@ -92,3 +92,5 @@ CREATE TABLE `0_security_roles` (
   PRIMARY KEY  (`id`),
   UNIQUE KEY `role` (`role`)
 ) TYPE=MyISAM AUTO_INCREMENT=8 AUTO_INCREMENT=8 ;
+
+ALTER TABLE `0_company` ADD COLUMN `login_tout` SMALLINT(6) NOT NULL DEFAULT '600';