feat!: surrealdb 2.0, remove CreateVersion::Single, fix OVERWRITE_DB

This commit is contained in:
Elijah McMorris 2024-09-18 20:05:37 -07:00
parent 6dcb9fd043
commit 4663a862a4
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
13 changed files with 328 additions and 245 deletions

View file

@ -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