Aleksander Machniak
2013-05-23 9312ba2cb6c31774d7b5af40f48d6ec80e27d6d9
SQL/sqlite.initial.sql
@@ -197,3 +197,16 @@
);
CREATE INDEX ix_cache_messages_changed ON cache_messages (changed);
-- --------------------------------------------------------
--
-- Table structure for table system
--
CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
);
INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700');