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