bug 2347 [1/2]: removing RSS from optional and mandatory sql scripts
authorAndrew Moore <andrew.moore@liblime.com>
Mon, 14 Jul 2008 17:20:01 +0000 (12:20 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 14 Jul 2008 19:10:34 +0000 (14:10 -0500)
The RSS message_transport_type was recently removed (until we get it implemented). It
is now being removed from the other tables that reference it.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/data/mysql/en/mandatory/message_transport_types.txt
installer/data/mysql/en/optional/sample_notices_message_transports.sql
installer/data/mysql/en/optional/sample_notices_message_transports.txt

index 49851e5..3a8926a 100644 (file)
@@ -1,2 +1,2 @@
-defines default message tranports for email, rss, and sms.
+defines default message tranports for email, and sms.
 
index 9c4d0ee..e713319 100644 (file)
@@ -6,11 +6,6 @@ values
 (2, 'email', 0, 'circulation', 'PREDUE'),
 (2, 'email', 1, 'circulation', 'PREDUEDGST'),
 (3, 'email', 0, 'circulation', 'EVENT'),
-(1, 'rss',   0, 'circulation', 'DUE'),
-(1, 'rss',   1, 'circulation', 'DUEDGST'),
-(2, 'rss',   0, 'circulation', 'PREDUE'),
-(2, 'rss',   1, 'circulation', 'PREDUEDGST'),
-(3, 'rss',   0, 'circulation', 'EVENT'),
 (1, 'sms',   0, 'circulation', 'DUE'),
 (1, 'sms',   1, 'circulation', 'DUEDGST'),
 (2, 'sms',   0, 'circulation', 'PREDUE'),
index 5b80ed3..18e3431 100644 (file)
@@ -1,3 +1,3 @@
 Defines default message transports for sending item due messages,
-advance notice messages, and library event messages through email,
-rss, and SMS.
+advance notice messages, and library event messages through email
+and SMS.