Allow domains to belong to multiple third parties
Change the unique constraint on common_third_party_domains from (domain) to (common_third_party_id, domain) so a domain like google.com can be associated with Google, Google Analytics, Google AdSense, etc. Also fix Beamer domain (was hotjar.com, now getbeamer.com) and preserve the original url.Parse error in pgconn DSN parsing. Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
@@ -761,7 +761,7 @@
|
||||
"name": "Beamer",
|
||||
"category": "MARKETING",
|
||||
"domains": [
|
||||
"hotjar.com"
|
||||
"getbeamer.com"
|
||||
],
|
||||
"websiteUrl": "https://www.getbeamer.com",
|
||||
"legalName": "Beamer, Inc.",
|
||||
|
||||
Reference in New Issue
Block a user