aboutsummaryrefslogtreecommitdiffstats
path: root/install/database.sql
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-08-23 07:59:12 +0200
committermarijus <mario@mariovavti.com>2014-08-23 07:59:12 +0200
commit8d382a9394a1b3b32fcd40553add9520e076ab68 (patch)
tree409292976fe0b3ea818a3f807835883056a09199 /install/database.sql
parentb0d52943e85bf819d4ddf91127ca25ec7a32c289 (diff)
parent9196c9eef091e7f4a41fbc9452521d6ca2de55a3 (diff)
downloadvolse-hubzilla-8d382a9394a1b3b32fcd40553add9520e076ab68.tar.gz
volse-hubzilla-8d382a9394a1b3b32fcd40553add9520e076ab68.tar.bz2
volse-hubzilla-8d382a9394a1b3b32fcd40553add9520e076ab68.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'install/database.sql')
-rw-r--r--install/database.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/database.sql b/install/database.sql
index 2791f94be..104f145e5 100644
--- a/install/database.sql
+++ b/install/database.sql
@@ -442,6 +442,7 @@ CREATE TABLE IF NOT EXISTS `hubloc` (
`hubloc_guid_sig` text NOT NULL,
`hubloc_hash` char(255) NOT NULL,
`hubloc_addr` char(255) NOT NULL DEFAULT '',
+ `hubloc_network` char(32) NOT NULL DEFAULT '',
`hubloc_flags` int(10) unsigned NOT NULL DEFAULT '0',
`hubloc_status` int(10) unsigned NOT NULL DEFAULT '0',
`hubloc_url` char(255) NOT NULL DEFAULT '',
@@ -459,6 +460,7 @@ CREATE TABLE IF NOT EXISTS `hubloc` (
KEY `hubloc_connect` (`hubloc_connect`),
KEY `hubloc_host` (`hubloc_host`),
KEY `hubloc_addr` (`hubloc_addr`),
+ KEY `hubloc_network` (`hubloc_network`),
KEY `hubloc_updated` (`hubloc_updated`),
KEY `hubloc_connected` (`hubloc_connected`),
KEY `hubloc_status` (`hubloc_status`)