aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1238.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-08-24 20:31:59 +0200
committerMario Vavti <mario@mariovavti.com>2020-08-24 20:31:59 +0200
commit6177ec9134b458865ebf382a6e03827bb1834365 (patch)
treeab3b624205fb2d4469c431afcbceeb55bea605fe /Zotlabs/Update/_1238.php
parentbd4867ef39fee496170167bb4046a4807aa2cdd9 (diff)
downloadvolse-hubzilla-6177ec9134b458865ebf382a6e03827bb1834365.tar.gz
volse-hubzilla-6177ec9134b458865ebf382a6e03827bb1834365.tar.bz2
volse-hubzilla-6177ec9134b458865ebf382a6e03827bb1834365.zip
prefix table names
Diffstat (limited to 'Zotlabs/Update/_1238.php')
-rw-r--r--Zotlabs/Update/_1238.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zotlabs/Update/_1238.php b/Zotlabs/Update/_1238.php
index 2a10e594f..533358219 100644
--- a/Zotlabs/Update/_1238.php
+++ b/Zotlabs/Update/_1238.php
@@ -32,10 +32,10 @@ class _1238 {
);
$r3 = dbq("UPDATE hubloc
- LEFT JOIN xchan ON hubloc_hash = xchan_hash
- SET hubloc_id_url = xchan_url
- WHERE hubloc_network IN ('activitypub', 'diaspora', 'friendica-over-diaspora', 'gnusoc')
- AND hubloc_id_url = ''"
+ LEFT JOIN xchan ON hubloc.hubloc_hash = xchan.xchan_hash
+ SET hubloc.hubloc_id_url = xchan.xchan_url
+ WHERE hubloc.hubloc_network IN ('activitypub', 'diaspora', 'friendica-over-diaspora', 'gnusoc')
+ AND hubloc.hubloc_id_url = ''"
);
}
if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) {