mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Revert "Issue #756 - Remove Contextual Identity from UnifiedComplete"
This reverts commit 50bf383712.
This commit is contained in:
parent
393112bc29
commit
979a96c49a
6 changed files with 116 additions and 40 deletions
|
|
@ -192,7 +192,8 @@
|
|||
"WHEN NEW.open_count = 0 " \
|
||||
"BEGIN " \
|
||||
"DELETE FROM moz_openpages_temp " \
|
||||
"WHERE url = NEW.url;" \
|
||||
"WHERE url = NEW.url " \
|
||||
"AND userContextId = NEW.userContextId;" \
|
||||
"END" \
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue