mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-08 09:06:49 +01:00
- s/RoundCube/Roundcube/
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- RoundCube Webmail update script for MSSQL databases
|
||||
-- Roundcube Webmail update script for MSSQL databases
|
||||
|
||||
-- Updates from version 0.3.1
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- RoundCube Webmail initial database structure
|
||||
-- Roundcube Webmail initial database structure
|
||||
|
||||
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=0 */;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- RoundCube Webmail update script for MySQL databases
|
||||
-- Roundcube Webmail update script for MySQL databases
|
||||
|
||||
-- Updates from version 0.1-stable
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- RoundCube Webmail initial database structure
|
||||
-- Roundcube Webmail initial database structure
|
||||
|
||||
--
|
||||
-- Sequence "user_ids"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- RoundCube Webmail update script for Postgres databases
|
||||
-- Roundcube Webmail update script for Postgres databases
|
||||
-- Updates from version 0.1-stable to 0.1.1
|
||||
|
||||
CREATE INDEX cache_user_id_idx ON cache (user_id, cache_key);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- RoundCube Webmail initial database structure
|
||||
-- Roundcube Webmail initial database structure
|
||||
|
||||
--
|
||||
-- Table structure for table `cache`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- RoundCube Webmail update script for SQLite databases
|
||||
-- Roundcube Webmail update script for SQLite databases
|
||||
-- Updates from version 0.1-stable to 0.1.1
|
||||
|
||||
DROP TABLE messages;
|
||||
|
||||
Reference in New Issue
Block a user