till
2009-07-14 af58c3ec6a464d06bcff3e3b1b73d87fa2e8c1d9
SQL/sqlite.initial.sql
@@ -1,8 +1,4 @@
-- RoundCube Webmail initial database structure
-- Version 0.1
--
-- --------------------------------------------------------
-- 
-- Table structure for table `cache`
@@ -76,7 +72,7 @@
  alias varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime NOT NULL default '0000-00-00 00:00:00',
  language varchar(5) NOT NULL default 'en',
  language varchar(5),
  preferences text NOT NULL default ''
);