mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-07 00:26:48 +01:00
7 lines
122 B
SQL
7 lines
122 B
SQL
-- Updates from version 0.9-beta
|
|
|
|
CREATE TABLE system (
|
|
name varchar(64) NOT NULL PRIMARY KEY,
|
|
value text NOT NULL
|
|
);
|