Skip to content

Commit

Permalink
fix gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfujian committed Oct 30, 2023
1 parent 27eaa51 commit 049862c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/queryx/db/queryx/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench/queryx/schema.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ database "db" {
time_zone = "Asia/Shanghai"

config "development" {
url = "postgresql://postgres:postgres@localhost:5432/queryx_test?sslmode=disable"
url = "postgresql://postgres:postgres@localhost:5432/test?sslmode=disable"
}
config "test" {
url = env("DATABASE_URL")
Expand Down

0 comments on commit 049862c

Please sign in to comment.