Aleksander Machniak
2013-01-17 cc2ee75ea426240417067ee036f254a64a3b7bc0
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.sql');