Fully remove DQS from SQL queries
This commit is contained in:
parent
ebfd7a57dd
commit
6ddb12cd99
5 changed files with 17 additions and 17 deletions
|
@ -138,7 +138,7 @@ export default function updateToSchemaVersion41(
|
|||
|
||||
db.exec(
|
||||
`
|
||||
DELETE FROM items WHERE id = "identityKey" OR id = "registrationId";
|
||||
DELETE FROM items WHERE id = 'identityKey' OR id = 'registrationId';
|
||||
`
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue