Skip to content

Commit

Permalink
Merge pull request #628 from EspressoSystems/abdul/rm-ltree
Browse files Browse the repository at this point in the history
remove ltree extension
  • Loading branch information
imabdulbasit authored Jun 6, 2024
2 parents 0515f4a + 33bbe98 commit 3592ae2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/data_source/storage/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,6 @@ impl SqlStorage {
.batch_execute(&format!("SET search_path TO {}", config.schema))
.await?;

// Enable ltree extension
// this is used for state storage
client
.batch_execute("CREATE EXTENSION IF NOT EXISTS ltree")
.await?;

// Get migrations and interleave with custom migrations, sorting by version number.
validate_migrations(&mut config.migrations)?;
let migrations =
Expand Down

0 comments on commit 3592ae2

Please sign in to comment.