mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 08:14:08 +01:00
Added new database upgrade script, converted DDL scripts to new format
This commit is contained in:
@@ -197,3 +197,16 @@ CREATE TABLE cache_messages (
|
||||
);
|
||||
|
||||
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', '2013011000.sql');
|
||||
|
||||
Reference in New Issue
Block a user