mirror of
https://github.com/roundcube/roundcubemail.git
synced 2025-12-28 07:55:07 +00:00
7 lines
136 B
SQL
7 lines
136 B
SQL
-- Updates from version 0.9-beta
|
|
|
|
CREATE TABLE IF NOT EXISTS system (
|
|
name varchar(64) NOT NULL PRIMARY KEY,
|
|
value text NOT NULL
|
|
);
|