Aleksander Machniak
2013-07-09 fc5ce4758d58fc3f720e38f32d63b5336d40293d
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');