aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-30 19:41:22 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-30 19:41:22 -0700
commitabe6a3286e80359d03a9f45ee86657bf84a47ac2 (patch)
tree812117e547a6dc41b5f34922fd66c2920064f196 /database.sql
parent7ad27f5737b4c3dc800c8a707a3010ec33672389 (diff)
downloadvolse-hubzilla-abe6a3286e80359d03a9f45ee86657bf84a47ac2.tar.gz
volse-hubzilla-abe6a3286e80359d03a9f45ee86657bf84a47ac2.tar.bz2
volse-hubzilla-abe6a3286e80359d03a9f45ee86657bf84a47ac2.zip
pubsubhubbub endpoint
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql3
1 files changed, 0 insertions, 3 deletions
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',