mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 16:24:12 -04:00
SQL syntax fix
This commit is contained in:
parent
d47115ff8b
commit
26cb0efa88
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@
|
||||||
-- make sure that we have a device record for each set of E2E keys, so that the
|
-- make sure that we have a device record for each set of E2E keys, so that the
|
||||||
-- user can delete them if they like.
|
-- user can delete them if they like.
|
||||||
INSERT INTO devices
|
INSERT INTO devices
|
||||||
SELECT user_id, device_id, "unknown device" FROM e2e_device_keys_json;
|
SELECT user_id, device_id, 'unknown device' FROM e2e_device_keys_json;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue