Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
33ba9342
Commit
33ba9342
authored
Jun 23, 2019
by
Daniel Wolf
Browse files
Missing negation
parent
65f20450
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/frostnerd/smokescreen/database/dao/DnsRuleDao.kt
View file @
33ba9342
...
...
@@ -29,7 +29,7 @@ interface DnsRuleDao {
@Query
(
"DELETE FROM DnsRule"
)
fun
deleteAll
()
@Query
(
"DELETE FROM DnsRule WHERE importedFrom IS NULL"
)
@Query
(
"DELETE FROM DnsRule WHERE importedFrom IS
NOT
NULL"
)
fun
deleteAllExceptUserRules
()
@Insert
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment