Skip to content

Commit

Permalink
add migration file and upgrade function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 committed Nov 16, 2023
1 parent df53284 commit 72d52dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prometheus_fdw"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[lib]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue, quals: &[Qual]) -> Vec<Row> {
}

#[wrappers_fdw(
version = "0.1.2",
version = "0.1.3",
author = "Jay Kothari",
website = "https://tembo.io"
)]
Expand Down

0 comments on commit 72d52dd

Please sign in to comment.