mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
fix: file path, swap from ws to http
This commit is contained in:
parent
acef3f8f3b
commit
53e3ffe0dd
12 changed files with 29 additions and 15 deletions
|
@ -5,4 +5,4 @@ let $entity = return (select id from $delete).id;
|
|||
let $claims = return (select claims from $delete).claims;
|
||||
|
||||
delete $claims;
|
||||
delete $entity;
|
||||
delete $entity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue