Issue #756 - Remove Contextual Identity from UnifiedComplete

reverts m-c 1287866
This commit is contained in:
Gaming4JC 2019-03-18 18:38:30 -04:00 • committed by Roy Tam
commit 50bf383712
6 changed files with 40 additions and 116 deletions

View file

@ -192,8 +192,7 @@
"WHEN NEW.open_count = 0 " \
"BEGIN " \
"DELETE FROM moz_openpages_temp " \
"WHERE url = NEW.url " \
"AND userContextId = NEW.userContextId;" \
"WHERE url = NEW.url;" \
"END" \
)