From 81c2ce9b7b670b05de21f5dcc4be50b70c12fcfc Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 28 Dec 2011 05:10:36 -0500
Subject: [PATCH] - Remove some UI-specific one-liners from rcube_webmail object

---
 SQL/postgres.update.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql
index c96669d..0db2e9e 100644
--- a/SQL/postgres.update.sql
+++ b/SQL/postgres.update.sql
@@ -127,7 +127,7 @@
     CONSTRAINT searches_user_id_key UNIQUE (user_id, "type", name)
 );
 
-DROP SEQUENCE messages_ids;
+DROP SEQUENCE message_ids;
 DROP TABLE messages;
 
 CREATE TABLE cache_index (

--
Gitblit v1.9.1