mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
feat!: surrealdb 2.0, remove CreateVersion::Single, fix OVERWRITE_DB
This commit is contained in:
parent
6dcb9fd043
commit
4663a862a4
13 changed files with 328 additions and 245 deletions
|
@ -62,7 +62,6 @@ CREATE_VERSION=Bulk
|
|||
Env string CREATE_VERSION must be in the enum CREATE_VERSION
|
||||
```rust
|
||||
pub enum CreateVersion {
|
||||
Single,
|
||||
#[default]
|
||||
Bulk,
|
||||
/// must create a filter.surql file in the data directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue