aboutsummaryrefslogtreecommitdiffstats
path: root/install/database.sql
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-31 18:05:36 -0700
committerfriendica <info@friendica.com>2012-10-31 18:05:36 -0700
commit0dd06b736a227196154332168d29f6c807819a83 (patch)
treedfc84f5d8f893ef099b275cbf495934575ffcecd /install/database.sql
parent2a0ff2b542649685ab2472a003c2a92073ab224e (diff)
downloadvolse-hubzilla-0dd06b736a227196154332168d29f6c807819a83.tar.gz
volse-hubzilla-0dd06b736a227196154332168d29f6c807819a83.tar.bz2
volse-hubzilla-0dd06b736a227196154332168d29f6c807819a83.zip
need to accomodate different webbies on different hubs
Diffstat (limited to 'install/database.sql')
-rw-r--r--install/database.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/database.sql b/install/database.sql
index e73a34c29..9feadf86b 100644
--- a/install/database.sql
+++ b/install/database.sql
@@ -469,6 +469,7 @@ CREATE TABLE IF NOT EXISTS `hubloc` (
`hubloc_guid` char(255) NOT NULL DEFAULT '',
`hubloc_guid_sig` text NOT NULL,
`hubloc_hash` char(255) NOT NULL,
+ `hubloc_addr` char(255) NOT NULL DEFAULT '',
`hubloc_flags` int(10) unsigned NOT NULL DEFAULT '0',
`hubloc_url` char(255) NOT NULL DEFAULT '',
`hubloc_url_sig` text NOT NULL,
@@ -481,7 +482,8 @@ CREATE TABLE IF NOT EXISTS `hubloc` (
KEY `hubloc_guid` (`hubloc_guid`),
KEY `hubloc_flags` (`hubloc_flags`),
KEY `hubloc_connect` (`hubloc_connect`),
- KEY `hubloc_host` (`hubloc_host`)
+ KEY `hubloc_host` (`hubloc_host`),
+ KEY `hubloc_addr` (`hubloc_addr`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `intro` (