From bbe3c2010df9041645a60c76cc3d3694a3aa05eb Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 15 Apr 2010 06:33:30 +0000 Subject: 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 --- roundcubemail/SQL/sqlite.update.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/SQL/sqlite.update.sql') diff --git a/roundcubemail/SQL/sqlite.update.sql b/roundcubemail/SQL/sqlite.update.sql index 1011f52c2..dd2887ca2 100644 --- a/roundcubemail/SQL/sqlite.update.sql +++ b/roundcubemail/SQL/sqlite.update.sql @@ -48,6 +48,8 @@ CREATE INDEX ix_contacts_user_id ON contacts(user_id, email); DROP INDEX ix_identities_user_id; CREATE INDEX ix_identities_user_id ON identities (user_id, del); +ALTER TABLE identities ADD COLUMN changed datetime NOT NULL default '0000-00-00 00:00:00'; + CREATE TABLE contactgroups ( contactgroup_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL default '0', -- cgit v1.2.3