diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-08 13:23:20 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-08 13:23:20 +0000 |
commit | 8bbbfe024dbe6d585598e919a26ece82cccc71a1 (patch) | |
tree | ef67385a27bc9cd8ae1bee864a022de2986f88e8 /central/trunk/instadisc.sql | |
parent | 4116da2199a163a72860f6265d52a2ae0b860967 (diff) | |
download | instadisc-8bbbfe024dbe6d585598e919a26ece82cccc71a1.tar.gz instadisc-8bbbfe024dbe6d585598e919a26ece82cccc71a1.tar.bz2 instadisc-8bbbfe024dbe6d585598e919a26ece82cccc71a1.zip |
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
Diffstat (limited to 'central/trunk/instadisc.sql')
-rw-r--r-- | central/trunk/instadisc.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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` ( | |||
108 | `username` varchar(255) NOT NULL, | 108 | `username` varchar(255) NOT NULL, |
109 | `url` varchar(255) NOT NULL, | 109 | `url` varchar(255) NOT NULL, |
110 | `owner` varchar(5) NOT NULL, | 110 | `owner` varchar(5) NOT NULL, |
111 | `category` varchar(255) NOT NULL, | ||
111 | PRIMARY KEY (`id`) | 112 | PRIMARY KEY (`id`) |
112 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1; | 113 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1; |
113 | 114 | ||