From abe6a3286e80359d03a9f45ee86657bf84a47ac2 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 30 Sep 2010 19:41:22 -0700 Subject: pubsubhubbub endpoint --- database.sql | 3 --- 1 file changed, 3 deletions(-) (limited to 'database.sql') diff --git a/database.sql b/database.sql index 8f349ab21..fd709878d 100644 --- a/database.sql +++ b/database.sql @@ -61,7 +61,6 @@ CREATE TABLE IF NOT EXISTS `contact` ( `issued-id` char(255) NOT NULL, `dfrn-id` char(255) NOT NULL, `url` char(255) NOT NULL, - `issued-pubkey` char(255) NOT NULL, `pubkey` text NOT NULL, `prvkey` text NOT NULL, `request` text NOT NULL, @@ -70,8 +69,6 @@ CREATE TABLE IF NOT EXISTS `contact` ( `confirm` text NOT NULL, `aes_allow` tinyint(1) NOT NULL DEFAULT '0', `ret-aes` tinyint(1) NOT NULL DEFAULT '0', - `ret-id` char(255) NOT NULL, - `ret-pubkey` text NOT NULL, `last-update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `name-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', -- cgit v1.2.3