Current File : //var/webuzo-data/roundcube/SQL/sqlite/2013011000.sql
-- Updates from version 0.9-beta

CREATE TABLE IF NOT EXISTS system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
);