Skip to content

Commit

Permalink
feat(maestro): adding the subtle pg import. (#2659)
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Pegoraro <[email protected]>
  • Loading branch information
lpegoraro and Luiz Pegoraro authored Sep 26, 2023
1 parent ed27b4f commit 00ee6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions maestro/deployment/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"fmt"
"github.com/jmoiron/sqlx"
_ "github.com/lib/pq" // required for SQL access
"github.com/orb-community/orb/pkg/errors"
"go.uber.org/zap"
"time"
Expand Down
1 change: 1 addition & 0 deletions maestro/postgres/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package postgres
import (
"fmt"
"github.com/jmoiron/sqlx"
_ "github.com/lib/pq" // required for SQL access
"github.com/orb-community/orb/pkg/config"
migrate "github.com/rubenv/sql-migrate"
)
Expand Down

0 comments on commit 00ee6fe

Please sign in to comment.