summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/sqlite.initial.sql
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-15 06:33:30 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-15 06:33:30 +0000
commitbbe3c2010df9041645a60c76cc3d3694a3aa05eb (patch)
tree50b19693ce589b993b6281d391483c28c3731361 /roundcubemail/SQL/sqlite.initial.sql
parent39daa0f89694f758f0544fce7ec48ed3230eea2c (diff)
Always set changed date when marking a DB record as deleted + provide a cleanup script
git-svn-id: https://svn.roundcube.net/trunk@3489 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/sqlite.initial.sql')
-rw-r--r--roundcubemail/SQL/sqlite.initial.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/SQL/sqlite.initial.sql b/roundcubemail/SQL/sqlite.initial.sql
index 8929c62ea..8bd43f4b8 100644
--- a/roundcubemail/SQL/sqlite.initial.sql
+++ b/roundcubemail/SQL/sqlite.initial.sql
@@ -65,6 +65,7 @@ CREATE TABLE contactgroupmembers (
CREATE TABLE identities (
identity_id integer NOT NULL PRIMARY KEY,
user_id integer NOT NULL default '0',
+ changed datetime NOT NULL default '0000-00-00 00:00:00',
del tinyint NOT NULL default '0',
standard tinyint NOT NULL default '0',
name varchar(128) NOT NULL default '',