Skip to content

Commit c899fb0

Browse files
committed
changeset
1 parent e06667e commit c899fb0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

framework/.changeset/v0.7.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- JD with a real DB dump

framework/components/postgres/postgres.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ func NewPostgreSQL(in *Input) (*Output, error) {
165165
if err != nil {
166166
return nil, err
167167
}
168-
//if in.JDSQLDumpPath != "" {
169-
// _, _, err := c.Exec(ctx, []string{""})
170-
//}
171168
o := &Output{
172169
ContainerName: containerName,
173170
InternalURL: fmt.Sprintf(

0 commit comments

Comments
 (0)