From 8bbbfe024dbe6d585598e919a26ece82cccc71a1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 8 Aug 2008 13:23:20 +0000 Subject: Central: Imposed "instadisc" category contract Now Central Servers will refuse to receive items with the category of "instadisc". However, the Client has to be modifed to send this data to the Central Server. Also added the Central Server Update Notice subscription to the database and provided a subscription file. Refs #26 --- central/trunk/instadisc.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'central/trunk/instadisc.sql') diff --git a/central/trunk/instadisc.sql b/central/trunk/instadisc.sql index b3de26e..ec42c64 100644 --- a/central/trunk/instadisc.sql +++ b/central/trunk/instadisc.sql @@ -108,6 +108,7 @@ CREATE TABLE IF NOT EXISTS `subscriptions` ( `username` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `owner` varchar(5) NOT NULL, + `category` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- cgit 1.4.1